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

Unified Diff: chrome/app/mash/mash_runner.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « ash/mus/sysui_application.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.h
diff --git a/chrome/app/mash/mash_runner.h b/chrome/app/mash/mash_runner.h
index b62cde48b8ac9fceeaa5aeed0ba11abd42e16424..db20df794dd2e51cb18982b8773e9e9ac75632a7 100644
--- a/chrome/app/mash/mash_runner.h
+++ b/chrome/app/mash/mash_runner.h
@@ -9,7 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "services/shell/public/interfaces/shell_client.mojom.h"
-namespace mojo {
+namespace shell {
class ShellClient;
class ShellConnection;
}
@@ -26,10 +26,10 @@ class MashRunner {
void RunMain();
void RunChild();
- void StartChildApp(mojo::shell::mojom::ShellClientRequest client_request);
+ void StartChildApp(shell::mojom::ShellClientRequest client_request);
- scoped_ptr<mojo::ShellClient> shell_client_;
- scoped_ptr<mojo::ShellConnection> shell_connection_;
+ scoped_ptr<shell::ShellClient> shell_client_;
+ scoped_ptr<shell::ShellConnection> shell_connection_;
DISALLOW_COPY_AND_ASSIGN(MashRunner);
};
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698