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

Unified Diff: mash/example/views_examples/views_examples_application_delegate.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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: mash/example/views_examples/views_examples_application_delegate.cc
diff --git a/mash/example/views_examples/views_examples_application_delegate.cc b/mash/example/views_examples/views_examples_application_delegate.cc
index 2bb77d3ab6e19e03dcbb52132afab06ce1f8c030..ef2e8c72e9f87a590869c4209c8de4262b662a57 100644
--- a/mash/example/views_examples/views_examples_application_delegate.cc
+++ b/mash/example/views_examples/views_examples_application_delegate.cc
@@ -17,8 +17,8 @@ ViewsExamplesApplicationDelegate::~ViewsExamplesApplicationDelegate() {
}
void ViewsExamplesApplicationDelegate::Initialize(
- mojo::Connector* connector,
- const mojo::Identity& identity,
+ shell::Connector* connector,
+ const shell::Identity& identity,
uint32_t id) {
tracing_.Initialize(connector, identity.name());
aura_init_.reset(new views::AuraInit(connector, "views_mus_resources.pak"));
@@ -30,6 +30,6 @@ void ViewsExamplesApplicationDelegate::Initialize(
}
bool ViewsExamplesApplicationDelegate::AcceptConnection(
- mojo::Connection* connection) {
+ shell::Connection* connection) {
return false;
}
« no previous file with comments | « mash/example/views_examples/views_examples_application_delegate.h ('k') | mash/example/window_type_launcher/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698