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

Unified Diff: shell/application_manager/network_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/local_fetcher.cc ('k') | shell/application_manager/network_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/network_fetcher.h
diff --git a/shell/application_manager/network_fetcher.h b/shell/application_manager/network_fetcher.h
index d1d812e78e40c04b36c5d42db60d7c2cf7ca2bac..ff4152724ccbe97ba9c21f9e92255c563098d178 100644
--- a/shell/application_manager/network_fetcher.h
+++ b/shell/application_manager/network_fetcher.h
@@ -16,6 +16,8 @@ namespace mojo {
class NetworkService;
+namespace shell {
+
// Implements Fetcher for http[s] files.
class NetworkFetcher : public Fetcher {
public:
@@ -74,6 +76,7 @@ class NetworkFetcher : public Fetcher {
DISALLOW_COPY_AND_ASSIGN(NetworkFetcher);
};
+} // namespace shell
} // namespace mojo
#endif // SHELL_APPLICATION_MANAGER_NETWORK_FETCHER_H_
« no previous file with comments | « shell/application_manager/local_fetcher.cc ('k') | shell/application_manager/network_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698