Index: ui/chromeos/ime/input_method_descriptor.h |
diff --git a/chromeos/ime/input_method_descriptor.h b/ui/chromeos/ime/input_method_descriptor.h |
similarity index 92% |
rename from chromeos/ime/input_method_descriptor.h |
rename to ui/chromeos/ime/input_method_descriptor.h |
index e11b0ebac0f8117040d96ce5b0cb5ee89476218f..4e485483fa2b3e8739fc072107b4099298926604 100644 |
--- a/chromeos/ime/input_method_descriptor.h |
+++ b/ui/chromeos/ime/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_CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_ |
+#define UI_CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_ |
#include <string> |
#include <vector> |
#include "base/basictypes.h" |
-#include "chromeos/chromeos_export.h" |
+#include "ui/chromeos/ui_chromeos_export.h" |
#include "url/gurl.h" |
namespace chromeos { |
namespace input_method { |
// A structure which represents an input method. |
-class CHROMEOS_EXPORT InputMethodDescriptor { |
+class UI_CHROMEOS_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_CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_ |