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

Unified Diff: chromeos/ime/ime_keyboard.h

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: chromeos/ime/ime_keyboard.h
diff --git a/chromeos/ime/ime_keyboard.h b/chromeos/ime/ime_keyboard.h
index 3fcdb5d847a8a3a1b51d50c44a16187e8c6d3046..55992a6957bc659b1fcdd7b3979992374bfed141 100644
--- a/chromeos/ime/ime_keyboard.h
+++ b/chromeos/ime/ime_keyboard.h
@@ -111,7 +111,7 @@ class CHROMEOS_EXPORT ImeKeyboard {
// Note: At this moment, classes other than InputMethodManager should not
// instantiate the ImeKeyboard class.
- static ImeKeyboard* Create();
+ static CHROMEOS_EXPORT ImeKeyboard* Create();
bool caps_lock_is_enabled_;
std::string last_layout_;

Powered by Google App Engine
This is Rietveld 408576698