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

Unified Diff: components/mus/public/cpp/window_tree_connection.h

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 years, 2 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 | « components/mus/public/cpp/window_surface_client.h ('k') | components/mus/public/cpp/window_tree_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/window_tree_connection.h
diff --git a/components/mus/public/cpp/window_tree_connection.h b/components/mus/public/cpp/window_tree_connection.h
index d677b2abc475318faa4e9f098433c2a1c8b794aa..b212c108f7f093faf889c319a3f16abb7596db04 100644
--- a/components/mus/public/cpp/window_tree_connection.h
+++ b/components/mus/public/cpp/window_tree_connection.h
@@ -8,7 +8,7 @@
#include <string>
#include "components/mus/public/cpp/types.h"
-#include "components/mus/public/interfaces/view_tree.mojom.h"
+#include "components/mus/public/interfaces/window_tree.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
#if defined(OS_WIN)
@@ -41,7 +41,7 @@ class WindowTreeConnection {
// the last root is destroyed or the connection to the service is broken.
static WindowTreeConnection* Create(
WindowTreeDelegate* delegate,
- mojo::InterfaceRequest<mojo::ViewTreeClient> request,
+ mojo::InterfaceRequest<mojom::WindowTreeClient> request,
CreateType create_type);
// Returns the root of this connection.
« no previous file with comments | « components/mus/public/cpp/window_surface_client.h ('k') | components/mus/public/cpp/window_tree_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698