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

Unified Diff: ash/mus/keyboard_ui_mus.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . Created 4 years, 10 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 3ebf826ab3a6d312e30318941ffad73c51153375..c7bcb241e8cef114da54b04546e2b8988c0fca7e 100644
--- a/ash/mus/keyboard_ui_mus.h
+++ b/ash/mus/keyboard_ui_mus.h
@@ -11,7 +11,7 @@
#include "ui/keyboard/keyboard.mojom.h"
namespace mojo {
-class Shell;
+class Connector;
}
namespace ash {
@@ -19,10 +19,10 @@ namespace ash {
class KeyboardUIMus : public KeyboardUI,
public keyboard::mojom::KeyboardObserver {
public:
- explicit KeyboardUIMus(mojo::Shell* mojo_shell);
+ explicit KeyboardUIMus(mojo::Connector* connector);
~KeyboardUIMus() override;
- static scoped_ptr<KeyboardUI> Create(mojo::Shell* mojo_shell);
+ static scoped_ptr<KeyboardUI> Create(mojo::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