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 |