From 37f978c043a87f37c8ba65fafdcbe081775ad57e Mon Sep 17 00:00:00 2001 From: "mazda@chromium.org" Date: Thu, 5 Jan 2012 17:58:17 +0000 Subject: 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 --- WATCHLISTS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'WATCHLISTS') diff --git a/WATCHLISTS b/WATCHLISTS index 9452f741..74479ad 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -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', -- cgit v1.1