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

Unified Diff: shell/application_manager/local_fetcher.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/fetcher.cc ('k') | shell/application_manager/local_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/local_fetcher.h
diff --git a/shell/application_manager/local_fetcher.h b/shell/application_manager/local_fetcher.h
index 8701e9d2afc7b4a3998957e472a52e2725b66bae..19ace2de758b0eb3c125fd1fe64cecf083441d4c 100644
--- a/shell/application_manager/local_fetcher.h
+++ b/shell/application_manager/local_fetcher.h
@@ -11,6 +11,7 @@
#include "url/gurl.h"
namespace mojo {
+namespace shell {
// Implements Fetcher for file:// URLs.
class LocalFetcher : public Fetcher {
@@ -44,6 +45,7 @@ class LocalFetcher : public Fetcher {
DISALLOW_COPY_AND_ASSIGN(LocalFetcher);
};
-#endif // SHELL_APPLICATION_MANAGER_LOCAL_FETCHER_H_
-
+} // namespace shell
} // namespace mojo
+
+#endif // SHELL_APPLICATION_MANAGER_LOCAL_FETCHER_H_
« no previous file with comments | « shell/application_manager/fetcher.cc ('k') | shell/application_manager/local_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698