summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/accelerator_table_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/accelerator_table_gtk.h')
-rw-r--r--chrome/browser/views/accelerator_table_gtk.h27
1 files changed, 4 insertions, 23 deletions
diff --git a/chrome/browser/views/accelerator_table_gtk.h b/chrome/browser/views/accelerator_table_gtk.h
index bbab634..1b3a20a 100644
--- a/chrome/browser/views/accelerator_table_gtk.h
+++ b/chrome/browser/views/accelerator_table_gtk.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -6,27 +6,8 @@
#define CHROME_BROWSER_VIEWS_ACCELERATOR_TABLE_GTK_H_
#pragma once
-#include <stdio.h>
-
-#include "app/keyboard_codes.h"
-
-// This contains the list of accelerators for the Linux toolkit_view
-// implementation.
-namespace browser {
-
- struct AcceleratorMapping {
- app::KeyboardCode keycode;
- bool shift_pressed;
- bool ctrl_pressed;
- bool alt_pressed;
- int command_id;
- };
-
- // The list of accelerators.
- extern const AcceleratorMapping kAcceleratorMap[];
-
- // The numbers of elements in kAcceleratorMap.
- extern const size_t kAcceleratorMapLength;
-}
+#include "chrome/browser/ui/views/accelerator_table_gtk.h"
+// TODO(beng): remove this file once all includes have been updated.
#endif // CHROME_BROWSER_VIEWS_ACCELERATOR_TABLE_GTK_H_
+