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

Unified Diff: chrome/browser/chromeos/input_method/ibus_keymap.cc

Issue 7324020: Fix undefined reference errors in input_method_engine.cc for Chrome OS build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/ibus_keymap.cc
diff --git a/chrome/browser/chromeos/input_method/ibus_keymap.cc b/chrome/browser/chromeos/input_method/ibus_keymap.cc
index 7c9400f44e044e73efe72aee1d94d82988a446b0..e0ed66fc8f5b9691ea5b06611af45fae4d1021c9 100644
--- a/chrome/browser/chromeos/input_method/ibus_keymap.cc
+++ b/chrome/browser/chromeos/input_method/ibus_keymap.cc
@@ -8,6 +8,9 @@
#include <ibus.h>
#endif
+namespace chromeos {
+namespace input_method {
+
#if defined(HAVE_IBUS)
std::string GetIBusKey(int keyval) {
// TODO: Ensure all keys are supported.
@@ -86,3 +89,6 @@ std::string GetIBusKeyCode(int keyval, int keycode) {
return "";
}
#endif // HAVE_IBUS
+
+} // namespace input_method
+} // namespace chromeos
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698