| Index: chrome/browser/ui/views/accelerator_table.cc
|
| diff --git a/chrome/browser/ui/views/accelerator_table_linux.cc b/chrome/browser/ui/views/accelerator_table.cc
|
| similarity index 99%
|
| rename from chrome/browser/ui/views/accelerator_table_linux.cc
|
| rename to chrome/browser/ui/views/accelerator_table.cc
|
| index 8b712d710483aeaa88f892134fd45729572cad8a..ffd38a2bd80af575989f339dae6f81a6a297cd26 100644
|
| --- a/chrome/browser/ui/views/accelerator_table_linux.cc
|
| +++ b/chrome/browser/ui/views/accelerator_table.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/ui/views/accelerator_table_linux.h"
|
| +#include "chrome/browser/ui/views/accelerator_table.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
|
|