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

Unified Diff: services/shell/loader.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 | « services/shell/connect_util.cc ('k') | services/shell/native_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/loader.h
diff --git a/services/shell/loader.h b/services/shell/loader.h
index deaf8e9c82e8c9d3e59d08e7f0156b3c72551b50..c99b628333bf3917c6d22dbef332a22e8c5ea024 100644
--- a/services/shell/loader.h
+++ b/services/shell/loader.h
@@ -10,7 +10,6 @@
#include "services/shell/public/interfaces/connector.mojom.h"
#include "services/shell/public/interfaces/shell_client.mojom.h"
-namespace mojo {
namespace shell {
// Interface to implement special loading behavior for a particular name.
@@ -23,6 +22,5 @@ class Loader {
};
} // namespace shell
-} // namespace mojo
#endif // SERVICES_SHELL_LOADER_H_
« no previous file with comments | « services/shell/connect_util.cc ('k') | services/shell/native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698