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

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

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.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_;
« no previous file with comments | « mash/example/views_examples/main.cc ('k') | mash/example/views_examples/views_examples_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698