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

Unified Diff: chromeos/ime/input_method_manager.h

Issue 12453011: Move InputMethodManager to chromeos/ime (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/ime/input_method_descriptor_unittest.cc ('k') | chromeos/ime/input_method_property.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_method_manager.h
diff --git a/chrome/browser/chromeos/input_method/input_method_manager.h b/chromeos/ime/input_method_manager.h
similarity index 93%
rename from chrome/browser/chromeos/input_method/input_method_manager.h
rename to chromeos/ime/input_method_manager.h
index 786db508dd1edcc1587df2625abee285ae7cb4ac..54e555c5b087e98c9dae952a81ec6a84f9ed09a6 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager.h
+++ b/chromeos/ime/input_method_manager.h
@@ -2,17 +2,18 @@
// 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_MANAGER_H_
-#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_MANAGER_H_
+#ifndef CHROMEOS_IME_INPUT_METHOD_MANAGER_H_
+#define CHROMEOS_IME_INPUT_METHOD_MANAGER_H_
#include <map>
#include <string>
#include <vector>
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/chromeos/input_method/input_method_config.h"
-#include "chrome/browser/chromeos/input_method/input_method_descriptor.h"
-#include "chrome/browser/chromeos/input_method/input_method_property.h"
+#include "chromeos/chromeos_export.h"
+#include "chromeos/ime/input_method_config.h"
+#include "chromeos/ime/input_method_descriptor.h"
+#include "chromeos/ime/input_method_property.h"
namespace ui {
class Accelerator;
@@ -28,7 +29,7 @@ class XKeyboard;
// This class manages input methodshandles. Classes can add themselves as
// observers. Clients can get an instance of this library class by:
// GetInputMethodManager().
-class InputMethodManager {
+class CHROMEOS_EXPORT InputMethodManager {
public:
enum State {
STATE_LOGIN_SCREEN = 0,
@@ -160,4 +161,4 @@ class InputMethodManager {
} // namespace input_method
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_MANAGER_H_
+#endif // CHROMEOS_IME_INPUT_METHOD_MANAGER_H_
« no previous file with comments | « chromeos/ime/input_method_descriptor_unittest.cc ('k') | chromeos/ime/input_method_property.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698