Index: ui/chromeos/ime/composition_text.h |
diff --git a/chromeos/ime/composition_text.h b/ui/chromeos/ime/composition_text.h |
similarity index 88% |
rename from chromeos/ime/composition_text.h |
rename to ui/chromeos/ime/composition_text.h |
index 9cc0d1380b6ae4c761f7cb7e831d8497f921cc8c..ad4232e6cd6787db684f2fc3a7a3ebf35771ba22 100644 |
--- a/chromeos/ime/composition_text.h |
+++ b/ui/chromeos/ime/composition_text.h |
@@ -2,19 +2,19 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROMEOS_IME_COMPOSITION_TEXT_H_ |
-#define CHROMEOS_IME_COMPOSITION_TEXT_H_ |
+#ifndef UI_CHROMEOS_IME_COMPOSITION_TEXT_H_ |
+#define UI_CHROMEOS_IME_COMPOSITION_TEXT_H_ |
#include <string> |
#include <vector> |
#include "base/basictypes.h" |
#include "base/strings/string16.h" |
-#include "chromeos/chromeos_export.h" |
+#include "ui/chromeos/ui_chromeos_export.h" |
namespace chromeos { |
-class CHROMEOS_EXPORT CompositionText { |
+class UI_CHROMEOS_EXPORT CompositionText { |
public: |
enum UnderlineType { |
COMPOSITION_TEXT_UNDERLINE_SINGLE = 1, |
@@ -67,4 +67,4 @@ class CHROMEOS_EXPORT CompositionText { |
} // namespace chromeos |
-#endif // CHROMEOS_IME_COMPOSITION_TEXT_H_ |
+#endif // UI_CHROMEOS_IME_COMPOSITION_TEXT_H_ |