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

Unified Diff: components/leveldb/leveldb_app.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
« no previous file with comments | « components/font_service/public/cpp/font_loader.cc ('k') | components/leveldb/leveldb_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb_app.h
diff --git a/components/leveldb/leveldb_app.h b/components/leveldb/leveldb_app.h
index 5c127a1b17f4c0e223fc6177447fe89664a10172..829bc2c2515e0c7242cc8e223c2ef2d886f0d091 100644
--- a/components/leveldb/leveldb_app.h
+++ b/components/leveldb/leveldb_app.h
@@ -13,21 +13,21 @@
namespace leveldb {
-class LevelDBApp : public mojo::ShellClient,
- public mojo::InterfaceFactory<LevelDBService> {
+class LevelDBApp : public shell::ShellClient,
+ public shell::InterfaceFactory<LevelDBService> {
public:
LevelDBApp();
~LevelDBApp() override;
private:
// |ShellClient| override:
- void Initialize(mojo::Connector* connector,
- const mojo::Identity& identity,
+ 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;
// |InterfaceFactory<LevelDBService>| implementation:
- void Create(mojo::Connection* connection,
+ void Create(shell::Connection* connection,
leveldb::LevelDBServiceRequest request) override;
mojo::TracingImpl tracing_;
« no previous file with comments | « components/font_service/public/cpp/font_loader.cc ('k') | components/leveldb/leveldb_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698