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

Unified Diff: services/navigation/public/cpp/view.h

Issue 2576533003: Converts some services to use aura-mus (Closed)
Patch Set: remove log Created 4 years 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 | « services/navigation/public/cpp/BUILD.gn ('k') | services/navigation/public/cpp/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « services/navigation/public/cpp/BUILD.gn ('k') | services/navigation/public/cpp/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698