| Index: services/navigation/public/cpp/view.h
|
| diff --git a/services/navigation/public/cpp/view.h b/services/navigation/public/cpp/view.h
|
| index b7fb2a1b0901fb8105b50365545ffc8d005f7314..11f4a0f07bf5f5dfaa215ca47600073644b57c3c 100644
|
| --- a/services/navigation/public/cpp/view.h
|
| +++ b/services/navigation/public/cpp/view.h
|
| @@ -10,7 +10,7 @@
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "services/navigation/public/interfaces/view.mojom.h"
|
|
|
| -namespace ui {
|
| +namespace aura {
|
| class Window;
|
| }
|
|
|
| @@ -67,7 +67,7 @@ class View : public mojom::ViewClient {
|
| void HideInterstitial();
|
|
|
| // Embed the View visually within |parent|.
|
| - void EmbedInWindow(ui::Window* parent);
|
| + void EmbedInWindow(aura::Window* parent);
|
|
|
| private:
|
| // mojom::ViewClient:
|
|
|