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

Unified Diff: mandoline/tab/frame_connection.h

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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 | « mandoline/tab/frame_apptest.cc ('k') | mandoline/tab/frame_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/frame_connection.h
diff --git a/mandoline/tab/frame_connection.h b/mandoline/tab/frame_connection.h
index 63065e9a29d14fada01201b54854baec2707e9bb..429033a5d5a976a306fb0f397293217df4e9ef83 100644
--- a/mandoline/tab/frame_connection.h
+++ b/mandoline/tab/frame_connection.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "components/view_manager/public/interfaces/view_manager.mojom.h"
+#include "components/view_manager/public/interfaces/view_tree.mojom.h"
#include "mandoline/tab/frame_user_data.h"
#include "mandoline/tab/public/interfaces/frame_tree.mojom.h"
#include "mojo/services/network/public/interfaces/url_loader.mojom.h"
@@ -29,7 +29,7 @@ class FrameConnection : public FrameUserData {
void Init(mojo::ApplicationImpl* app,
mojo::URLRequestPtr request,
- mojo::ViewManagerClientPtr* view_manage_client);
+ mojo::ViewTreeClientPtr* view_tree_client);
FrameTreeClient* frame_tree_client() { return frame_tree_client_.get(); }
« no previous file with comments | « mandoline/tab/frame_apptest.cc ('k') | mandoline/tab/frame_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698