summaryrefslogtreecommitdiffstats
path: root/mojo/shell/public/cpp/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/public/cpp/shell.h')
-rw-r--r--mojo/shell/public/cpp/shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/shell/public/cpp/shell.h b/mojo/shell/public/cpp/shell.h
index 104cc45..25518c3 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: