Index: chrome/browser/chromeos/input_method/ibus_keymap.h |
diff --git a/chrome/browser/chromeos/input_method/ibus_keymap.h b/chrome/browser/chromeos/input_method/ibus_keymap.h |
deleted file mode 100644 |
index c2037b61ecac78356265b7f360c44b6a3fcb185d..0000000000000000000000000000000000000000 |
--- a/chrome/browser/chromeos/input_method/ibus_keymap.h |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-// Copyright (c) 2011 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. |
- |
-#ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_ |
-#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_ |
- |
-#include <string> |
-#include "base/basictypes.h" |
- |
-namespace chromeos { |
-namespace input_method { |
- |
-// Translates the key value from an IBus constant to a string. |
-std::string GetIBusKey(int keyval); |
- |
-// Translates the unmodified keycode from an IBus constant to a string. |
-std::string GetIBusKeyCode(uint16 keycode); |
- |
-} // namespace input_method |
-} // namespace chromeos |
- |
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_ |