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

Unified Diff: ash/mus/keyboard_ui_mus.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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.h ('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/mus/keyboard_ui_mus.h b/ash/mus/keyboard_ui_mus.h
index d6a90bece27e041d5b22266e28f2cbec1082880c..4c31f3044ff4487085ea4fe8c93de08469385b81 100644
--- a/ash/mus/keyboard_ui_mus.h
+++ b/ash/mus/keyboard_ui_mus.h
@@ -12,7 +12,7 @@
#include "mojo/public/cpp/bindings/binding.h"
#include "ui/keyboard/keyboard.mojom.h"
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -21,10 +21,11 @@ namespace ash {
class KeyboardUIMus : public KeyboardUI,
public keyboard::mojom::KeyboardObserver {
public:
- explicit KeyboardUIMus(::shell::Connector* connector);
+ explicit KeyboardUIMus(service_manager::Connector* connector);
~KeyboardUIMus() override;
- static std::unique_ptr<KeyboardUI> Create(::shell::Connector* connector);
+ static std::unique_ptr<KeyboardUI> Create(
+ service_manager::Connector* connector);
// KeyboardUI:
void Hide() override;
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.h ('k') | ash/mus/keyboard_ui_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698