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

Unified Diff: ui/base/ime/chromeos/character_composer.h

Issue 105103003: Move ui/base/ime/character_composer* to ui/base/ime/chromeos/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/base/ime/chromeos/character_composer.h
diff --git a/ui/base/ime/character_composer.h b/ui/base/ime/chromeos/character_composer.h
similarity index 95%
rename from ui/base/ime/character_composer.h
rename to ui/base/ime/chromeos/character_composer.h
index 6fef6bc167723ac2e13ed0199d35c8815e7f0ad1..5fe0b17c7fb9858e2e2d9a5b8679d7141ab5e5d9 100644
--- a/ui/base/ime/character_composer.h
+++ b/ui/base/ime/chromeos/character_composer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_IME_CHARACTER_COMPOSER_H_
-#define UI_BASE_IME_CHARACTER_COMPOSER_H_
+#ifndef UI_BASE_IME_CHROMEOS_CHARACTER_COMPOSER_H_
+#define UI_BASE_IME_CHROMEOS_CHARACTER_COMPOSER_H_
#include <vector>
@@ -98,4 +98,4 @@ class UI_EXPORT CharacterComposer {
} // namespace ui
-#endif // UI_BASE_IME_CHARACTER_COMPOSER_H_
+#endif // UI_BASE_IME_CHROMEOS_CHARACTER_COMPOSER_H_

Powered by Google App Engine
This is Rietveld 408576698