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; |
} |