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

Unified Diff: ui/base/ime/chromeos/input_method_util.h

Issue 2919583002: chromeos: Move InputMethodUtil into //ui/base/ime/chromeos (Closed)
Patch Set: Created 3 years, 7 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 | « ui/base/ime/chromeos/extension_ime_util.cc ('k') | ui/base/ime/chromeos/input_method_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/input_method_util.h
diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/ui/base/ime/chromeos/input_method_util.h
similarity index 97%
rename from chrome/browser/chromeos/input_method/input_method_util.h
rename to ui/base/ime/chromeos/input_method_util.h
index fea1448f38070ee3c3983bd5bd8e4a9de474ed71..06f886f4bba2105a0f729a8eaf021c53cce6e346 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.h
+++ b/ui/base/ime/chromeos/input_method_util.h
@@ -2,8 +2,8 @@
// 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_INPUT_METHOD_UTIL_H_
-#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_UTIL_H_
+#ifndef UI_BASE_IME_CHROMEOS_INPUT_METHOD_UTIL_H_
+#define UI_BASE_IME_CHROMEOS_INPUT_METHOD_UTIL_H_
#include <cstddef>
#include <map>
@@ -16,6 +16,7 @@
#include "base/strings/string16.h"
#include "base/threading/thread_checker.h"
#include "ui/base/ime/chromeos/input_method_descriptor.h"
+#include "ui/base/ime/ui_base_ime_export.h"
namespace chromeos {
namespace input_method {
@@ -28,7 +29,7 @@ enum InputMethodType {
};
// A class which provides miscellaneous input method utility functions.
-class InputMethodUtil {
+class UI_BASE_IME_EXPORT InputMethodUtil {
public:
explicit InputMethodUtil(InputMethodDelegate* delegate);
~InputMethodUtil();
@@ -221,4 +222,4 @@ class InputMethodUtil {
} // namespace input_method
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_UTIL_H_
+#endif // UI_BASE_IME_CHROMEOS_INPUT_METHOD_UTIL_H_
« no previous file with comments | « ui/base/ime/chromeos/extension_ime_util.cc ('k') | ui/base/ime/chromeos/input_method_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698