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

Unified Diff: mojo/shell/public/cpp/lib/app_lifetime_helper.cc

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
Patch Set: . Created 4 years, 10 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 | « mojo/shell/public/cpp/content_handler_factory.h ('k') | mojo/shell/public/cpp/lib/application_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/lib/app_lifetime_helper.cc
diff --git a/mojo/shell/public/cpp/lib/app_lifetime_helper.cc b/mojo/shell/public/cpp/lib/app_lifetime_helper.cc
index 0772412ac252c56ac947430c14ba6bc6e2c5c6c7..b2a95a79141ee53a3ffbab07ac38f8603894fe1f 100644
--- a/mojo/shell/public/cpp/lib/app_lifetime_helper.cc
+++ b/mojo/shell/public/cpp/lib/app_lifetime_helper.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
#include "base/message_loop/message_loop.h"
-#include "mojo/shell/public/cpp/application_impl.h"
+#include "mojo/shell/public/cpp/shell_connection.h"
namespace mojo {
@@ -63,7 +63,7 @@ scoped_ptr<AppRefCount> AppRefCount::Clone() {
app_lifetime_helper_, app_task_runner_));
}
-AppLifetimeHelper::AppLifetimeHelper(ApplicationImpl* app)
+AppLifetimeHelper::AppLifetimeHelper(ShellConnection* app)
: app_(app), ref_count_(0) {
}
« no previous file with comments | « mojo/shell/public/cpp/content_handler_factory.h ('k') | mojo/shell/public/cpp/lib/application_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698