Index: ui/base/ime/chromeos/input_method_descriptor.h |
diff --git a/chromeos/ime/input_method_descriptor.h b/ui/base/ime/chromeos/input_method_descriptor.h |
similarity index 92% |
rename from chromeos/ime/input_method_descriptor.h |
rename to ui/base/ime/chromeos/input_method_descriptor.h |
index e11b0ebac0f8117040d96ce5b0cb5ee89476218f..760da51e82ff5c4e82a8cea5fe2956820547647f 100644 |
--- a/chromeos/ime/input_method_descriptor.h |
+++ b/ui/base/ime/chromeos/input_method_descriptor.h |
@@ -2,21 +2,21 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_ |
-#define CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_ |
+#ifndef UI_BASE_IME_CHROMEOS_INPUT_METHOD_DESCRIPTOR_H_ |
+#define UI_BASE_IME_CHROMEOS_INPUT_METHOD_DESCRIPTOR_H_ |
#include <string> |
#include <vector> |
#include "base/basictypes.h" |
-#include "chromeos/chromeos_export.h" |
+#include "ui/base/ui_base_export.h" |
#include "url/gurl.h" |
namespace chromeos { |
namespace input_method { |
// A structure which represents an input method. |
-class CHROMEOS_EXPORT InputMethodDescriptor { |
+class UI_BASE_EXPORT InputMethodDescriptor { |
public: |
InputMethodDescriptor(); |
InputMethodDescriptor(const std::string& id, |
@@ -89,4 +89,4 @@ typedef std::vector<InputMethodDescriptor> InputMethodDescriptors; |
} // namespace input_method |
} // namespace chromeos |
-#endif // CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_ |
+#endif // UI_BASE_IME_CHROMEOS_INPUT_METHOD_DESCRIPTOR_H_ |