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

Unified Diff: services/shell/background/background_shell.h

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 | « services/navigation/view_impl.h ('k') | services/shell/background/background_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/background/background_shell.h
diff --git a/services/shell/background/background_shell.h b/services/shell/background/background_shell.h
index 8b48dd537941f567fe54c415ea47c994871eaad2..628e0fb1c5798a42415f411e4f3556a1867477ae 100644
--- a/services/shell/background/background_shell.h
+++ b/services/shell/background/background_shell.h
@@ -11,7 +11,7 @@
#include "base/macros.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "services/catalog/store.h"
-#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/public/interfaces/service.mojom.h"
namespace catalog {
class Store;
@@ -46,7 +46,7 @@ class BackgroundShell {
void Init(std::unique_ptr<InitParams> init_params);
// Obtains an InterfaceRequest for the specified name.
- mojom::ShellClientRequest CreateShellClientRequest(
+ mojom::ServiceRequest CreateServiceRequest(
const std::string& name);
// Use to do processing on the thread running the shell. The callback is
« no previous file with comments | « services/navigation/view_impl.h ('k') | services/shell/background/background_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698