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

Unified Diff: chromeos/ime/input_method_descriptor.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_delegate.h ('k') | chromeos/ime/input_method_descriptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_method_descriptor.h
diff --git a/chrome/browser/chromeos/input_method/input_method_descriptor.h b/chromeos/ime/input_method_descriptor.h
similarity index 89%
rename from chrome/browser/chromeos/input_method/input_method_descriptor.h
rename to chromeos/ime/input_method_descriptor.h
index 50e4745e92fd91c9001c3e0a31789f00871c5826..963f21fffbe9b31aa1c1a54b575ce1a1105b686f 100644
--- a/chrome/browser/chromeos/input_method/input_method_descriptor.h
+++ b/chromeos/ime/input_method_descriptor.h
@@ -2,13 +2,14 @@
// 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_DESCRIPTOR_H_
-#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_DESCRIPTOR_H_
+#ifndef CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
+#define CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
#include <string>
#include <vector>
#include "base/basictypes.h"
+#include "chromeos/chromeos_export.h"
namespace chromeos {
namespace input_method {
@@ -16,7 +17,7 @@ namespace input_method {
class InputMethodWhitelist;
// A structure which represents an input method.
-class InputMethodDescriptor {
+class CHROMEOS_EXPORT InputMethodDescriptor {
public:
InputMethodDescriptor();
InputMethodDescriptor(const std::string& id,
@@ -64,4 +65,4 @@ typedef std::vector<InputMethodDescriptor> InputMethodDescriptors;
} // namespace input_method
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_DESCRIPTOR_H_
+#endif // CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
« no previous file with comments | « chromeos/ime/input_method_delegate.h ('k') | chromeos/ime/input_method_descriptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698