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

Unified Diff: mojo/shell/public/cpp/lib/service_registry.h

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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 | « mojo/shell/public/cpp/lib/content_handler_factory.cc ('k') | mojo/shell/public/cpp/lib/service_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/lib/service_registry.h
diff --git a/mojo/shell/public/cpp/lib/service_registry.h b/mojo/shell/public/cpp/lib/service_registry.h
index 09481e6e77067fa460536366881e0f782f726d22..74c2e345bcf3537bd4c691edd0fa20e1b9875115 100644
--- a/mojo/shell/public/cpp/lib/service_registry.h
+++ b/mojo/shell/public/cpp/lib/service_registry.h
@@ -36,7 +36,8 @@ class ServiceRegistry : public ServiceProvider, public ApplicationConnection {
const std::set<std::string>& allowed_interfaces);
~ServiceRegistry() override;
- Shell::ConnectToApplicationCallback GetConnectToApplicationCallback();
+ shell::mojom::Shell::ConnectToApplicationCallback
+ GetConnectToApplicationCallback();
// ApplicationConnection overrides.
void SetServiceConnector(ServiceConnector* service_connector) override;
« no previous file with comments | « mojo/shell/public/cpp/lib/content_handler_factory.cc ('k') | mojo/shell/public/cpp/lib/service_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698