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

Unified Diff: shell/application_manager/shell_impl.h

Issue 972433004: Use the mojo::shell namespace consistently underly shell/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Java! Created 5 years, 10 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 | « shell/application_manager/network_fetcher.cc ('k') | shell/application_manager/shell_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/shell_impl.h
diff --git a/shell/application_manager/shell_impl.h b/shell/application_manager/shell_impl.h
index 5b44e9ad06fb1a4ac57d3684285666ce2c156858..5f405e5cff8f208af56bd65c0b2d5e200415f2ba 100644
--- a/shell/application_manager/shell_impl.h
+++ b/shell/application_manager/shell_impl.h
@@ -12,6 +12,8 @@
#include "url/gurl.h"
namespace mojo {
+namespace shell {
+
class ApplicationManager;
class ShellImpl : public Shell, public ErrorHandler {
@@ -53,6 +55,7 @@ class ShellImpl : public Shell, public ErrorHandler {
DISALLOW_COPY_AND_ASSIGN(ShellImpl);
};
+} // namespace shell
} // namespace mojo
#endif // SHELL_APPLICATION_MANAGER_SHELL_IMPL_H_
« no previous file with comments | « shell/application_manager/network_fetcher.cc ('k') | shell/application_manager/shell_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698