Index: ui/chromeos/ime/candidate_window_constants.h |
diff --git a/ash/ime/candidate_window_constants.h b/ui/chromeos/ime/candidate_window_constants.h |
similarity index 87% |
rename from ash/ime/candidate_window_constants.h |
rename to ui/chromeos/ime/candidate_window_constants.h |
index f3ec24e8f26c20d8b18dd77d6f9a9ecffc3d50d4..c9de1f0beeadf71445b26247b54d47eab4d7fe8e 100644 |
--- a/ash/ime/candidate_window_constants.h |
+++ b/ui/chromeos/ime/candidate_window_constants.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |
-#define ASH_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |
+#ifndef UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |
+#define UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |
-namespace ash { |
+namespace ui { |
namespace ime { |
// We'll use a bigger font size, so Chinese characters are more readable |
@@ -37,6 +37,6 @@ const int kInfolistIndicatorIconWidth = 4; |
const int kInfolistIndicatorIconPadding = 2; |
} // namespace ime |
-} // namespace ash |
+} // namespace ui |
-#endif // ASH_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |
+#endif // UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |