Skip to content

Commit

Permalink
Rename accelerator_table_linux to accelerator_table in WATCHLISTS.
Browse files Browse the repository at this point in the history
This should have been included in the following change.
http://src.chromium.org/viewvc/chrome?view=rev&revision=107747

BUG=100232
TEST=Checked running 'watchlists.py chrome/browser/ui/views/accelerator_table.cc' reported correct watchers.


Review URL: http://codereview.chromium.org/9111013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116506 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mazda@chromium.org committed Jan 5, 2012
1 parent 33ba3ed commit 37f978c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WATCHLISTS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down Expand Up @@ -250,8 +250,8 @@
'panels': {
'filepath': 'chrome/browser/ui/panels/.*',
},
'accelerator_table_linux': {
'filepath': 'chrome/browser/ui/views/accelerator_table_linux.cc',
'accelerator_table': {
'filepath': 'chrome/browser/ui/views/accelerator_table.cc',
},
'downloads_ui': {
'filepath': 'chrome/browser/resources/.*downloads\..*' \
Expand Down Expand Up @@ -410,8 +410,8 @@
'jianli@chromium.org'],
'importer': ['tfarina@chromium.org'],
'views': ['tfarina@chromium.org'],
'accelerator_table_linux': ['mazda@chromium.org',
'derat+watch@chromium.org'],
'accelerator_table': ['mazda@chromium.org',
'derat+watch@chromium.org'],
'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'],
'x11': ['derat+watch@chromium.org',
'sadrul@chromium.org',
Expand Down

0 comments on commit 37f978c

Please sign in to comment.