| 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;
|
|
|