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

Unified Diff: ash/common/system/ime/ime_observer.h

Issue 2086503003: mash: Migrate tray IME view to wm common types, move to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movea11y
Patch Set: nit Created 4 years, 6 months 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: ash/common/system/ime/ime_observer.h
diff --git a/ash/system/ime/ime_observer.h b/ash/common/system/ime/ime_observer.h
similarity index 83%
rename from ash/system/ime/ime_observer.h
rename to ash/common/system/ime/ime_observer.h
index 1707062c1c81e225d9157284a09971cd60838a8a..ed37cd007360c8b6170ab901d2c7eb739241eebe 100644
--- a/ash/system/ime/ime_observer.h
+++ b/ash/common/system/ime/ime_observer.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 ASH_SYSTEM_IME_IME_OBSERVER_H_
-#define ASH_SYSTEM_IME_IME_OBSERVER_H_
+#ifndef ASH_COMMON_SYSTEM_IME_IME_OBSERVER_H_
+#define ASH_COMMON_SYSTEM_IME_IME_OBSERVER_H_
namespace ash {
@@ -24,4 +24,4 @@ class IMEObserver {
} // namespace ash
-#endif // ASH_SYSTEM_IME_IME_OBSERVER_H_
+#endif // ASH_COMMON_SYSTEM_IME_IME_OBSERVER_H_
« no previous file with comments | « ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h ('k') | ash/common/system/ime/tray_ime_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698