diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 17:58:17 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 17:58:17 +0000 |
commit | 37f978c043a87f37c8ba65fafdcbe081775ad57e (patch) | |
tree | c3b9a2d10e28d4c6098b6045c30d7b8bff3347e4 /WATCHLISTS | |
parent | 33ba3edeb108f97eeca78a8ddcb195027d59a726 (diff) | |
download | chromium_src-37f978c043a87f37c8ba65fafdcbe081775ad57e.zip chromium_src-37f978c043a87f37c8ba65fafdcbe081775ad57e.tar.gz chromium_src-37f978c043a87f37c8ba65fafdcbe081775ad57e.tar.bz2 |
Rename accelerator_table_linux to accelerator_table in WATCHLISTS.
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
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. @@ -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\..*' \ @@ -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', |