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

Unified Diff: mojo/services/public/cpp/view_manager/lib/view_manager.cc

Issue 298653010: Change Shell / ShellClient to ServiceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Support content Mojo stuff Created 6 years, 7 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
Index: mojo/services/public/cpp/view_manager/lib/view_manager.cc
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager.cc b/mojo/services/public/cpp/view_manager/lib/view_manager.cc
index af7f1ed0481d9aef11bc839ca1ccefa4b3d1f4ca..93d99e8ea50b94c373ee73812c1e6bfa5d033956 100644
--- a/mojo/services/public/cpp/view_manager/lib/view_manager.cc
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager.cc
@@ -11,8 +11,8 @@
namespace mojo {
namespace view_manager {
-ViewManager::ViewManager(Shell* shell)
- : shell_(shell) {}
+ViewManager::ViewManager(ServiceProvider* service_provider)
+ : service_provider_(service_provider) {}
ViewManager::~ViewManager() {
while (!nodes_.empty()) {

Powered by Google App Engine
This is Rietveld 408576698