Index: mojo/shell/public/cpp/shell.h |
diff --git a/mojo/shell/public/cpp/shell.h b/mojo/shell/public/cpp/shell.h |
index 104cc4574f95245821b4cce4770c72c5e36ced72..25518c35f64533111c20d89ded488002252a1f0c 100644 |
--- a/mojo/shell/public/cpp/shell.h |
+++ b/mojo/shell/public/cpp/shell.h |
@@ -7,14 +7,14 @@ |
#include "mojo/shell/public/cpp/app_lifetime_helper.h" |
#include "mojo/shell/public/cpp/connection.h" |
-#include "mojo/shell/public/interfaces/application.mojom.h" |
#include "mojo/shell/public/interfaces/shell.mojom.h" |
+#include "mojo/shell/public/interfaces/shell_client.mojom.h" |
namespace mojo { |
shell::mojom::CapabilityFilterPtr CreatePermissiveCapabilityFilter(); |
-using ApplicationRequest = InterfaceRequest<shell::mojom::Application>; |
+using ShellClientRequest = InterfaceRequest<shell::mojom::ShellClient>; |
class Shell { |
public: |