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

Unified Diff: ui/chromeos/ime/candidate_window_constants.h

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: Created 6 years, 1 month 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
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_

Powered by Google App Engine
This is Rietveld 408576698