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

Unified Diff: ash/mus/keyboard_ui_mus.h

Issue 2339633002: mash: Port KeyboardUIMus to mojo:ash; remove sysui. (Closed)
Patch Set: Add mash NOTIMPLEMENTED() in AccessibilityManager::UpdateVirtualKeyboardFromPref() Created 4 years, 3 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
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/keyboard_ui_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/keyboard_ui_mus.h
diff --git a/ash/sysui/keyboard_ui_mus.h b/ash/mus/keyboard_ui_mus.h
similarity index 91%
rename from ash/sysui/keyboard_ui_mus.h
rename to ash/mus/keyboard_ui_mus.h
index 2ffee67798045845220a7309adfca99fd3a117c4..d6a90bece27e041d5b22266e28f2cbec1082880c 100644
--- a/ash/sysui/keyboard_ui_mus.h
+++ b/ash/mus/keyboard_ui_mus.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_SYSUI_KEYBOARD_UI_MUS_H_
-#define ASH_SYSUI_KEYBOARD_UI_MUS_H_
+#ifndef ASH_MUS_KEYBOARD_UI_MUS_H_
+#define ASH_MUS_KEYBOARD_UI_MUS_H_
#include <memory>
@@ -48,4 +48,4 @@ class KeyboardUIMus : public KeyboardUI,
} // namespace ash
-#endif // ASH_SYSUI_KEYBOARD_UI_MUS_H_
+#endif // ASH_MUS_KEYBOARD_UI_MUS_H_
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/keyboard_ui_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698