Index: mash/example/views_examples/views_examples_application_delegate.h |
diff --git a/mash/example/views_examples/views_examples_application_delegate.h b/mash/example/views_examples/views_examples_application_delegate.h |
index 2d348a01202c0b113b0f82ce70ffdaea79d64efd..005dde7f89d49bc346410ec31651460a30403f08 100644 |
--- a/mash/example/views_examples/views_examples_application_delegate.h |
+++ b/mash/example/views_examples/views_examples_application_delegate.h |
@@ -15,16 +15,17 @@ namespace views { |
class AuraInit; |
} |
-class ViewsExamplesApplicationDelegate : public mojo::ShellClient { |
+class ViewsExamplesApplicationDelegate : public shell::ShellClient { |
public: |
ViewsExamplesApplicationDelegate(); |
~ViewsExamplesApplicationDelegate() override; |
private: |
- // mojo::ShellClient: |
- void Initialize(mojo::Connector* connector, const mojo::Identity& identity, |
+ // shell::ShellClient: |
+ void Initialize(shell::Connector* connector, |
+ const shell::Identity& identity, |
uint32_t id) override; |
- bool AcceptConnection(mojo::Connection* connection) override; |
+ bool AcceptConnection(shell::Connection* connection) override; |
mojo::TracingImpl tracing_; |