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

Unified Diff: ash/mus/keyboard_ui_mus.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « no previous file | 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 4a0b552116e86338dabf568f6c747691688de799..6e12585113bc582beb36602620ecc26172088da6 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 mojo {
+namespace shell {
class Connector;
}
@@ -21,10 +21,10 @@ namespace ash {
class KeyboardUIMus : public KeyboardUI,
public keyboard::mojom::KeyboardObserver {
public:
- explicit KeyboardUIMus(mojo::Connector* connector);
+ explicit KeyboardUIMus(shell::Connector* connector);
~KeyboardUIMus() override;
- static std::unique_ptr<KeyboardUI> Create(mojo::Connector* connector);
+ static std::unique_ptr<KeyboardUI> Create(shell::Connector* connector);
// KeyboardUI:
void Hide() override;
« no previous file with comments | « no previous file | ash/mus/keyboard_ui_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698