| 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_
|
|
|