Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: chromeos/ime/ibus_keymap.h

Issue 12438013: Move InputMethod misc class from c/b/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/ime/ibus_keymap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/ibus_keymap.h
diff --git a/chrome/browser/chromeos/input_method/ibus_keymap.h b/chromeos/ime/ibus_keymap.h
similarity index 54%
rename from chrome/browser/chromeos/input_method/ibus_keymap.h
rename to chromeos/ime/ibus_keymap.h
index c2037b61ecac78356265b7f360c44b6a3fcb185d..a95994cb9347c74dd0f367aaab2378f4503b974a 100644
--- a/chrome/browser/chromeos/input_method/ibus_keymap.h
+++ b/chromeos/ime/ibus_keymap.h
@@ -1,23 +1,24 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright 2013 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_
+#ifndef CHROMEOS_IME_IBUS_KEYMAP_H_
+#define CHROMEOS_IME_IBUS_KEYMAP_H_
#include <string>
#include "base/basictypes.h"
+#include "chromeos/chromeos_export.h"
namespace chromeos {
namespace input_method {
// Translates the key value from an IBus constant to a string.
-std::string GetIBusKey(int keyval);
+CHROMEOS_EXPORT std::string GetIBusKey(int keyval);
// Translates the unmodified keycode from an IBus constant to a string.
-std::string GetIBusKeyCode(uint16 keycode);
+CHROMEOS_EXPORT std::string GetIBusKeyCode(uint16 keycode);
} // namespace input_method
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_
+#endif // CHROMEOS_IME_IBUS_KEYMAP_H_
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/ime/ibus_keymap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698