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

Unified Diff: shell/application_manager/local_fetcher.h

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
Index: shell/application_manager/local_fetcher.h
diff --git a/shell/application_manager/local_fetcher.h b/shell/application_manager/local_fetcher.h
index 19ace2de758b0eb3c125fd1fe64cecf083441d4c..9bfa04a842be144ad9595c06d44a17d5e9f44c3c 100644
--- a/shell/application_manager/local_fetcher.h
+++ b/shell/application_manager/local_fetcher.h
@@ -10,7 +10,6 @@
#include "shell/application_manager/fetcher.h"
#include "url/gurl.h"
-namespace mojo {
namespace shell {
// Implements Fetcher for file:// URLs.
@@ -26,8 +25,8 @@ class LocalFetcher : public Fetcher {
const GURL& GetURL() const override;
GURL GetRedirectURL() const override;
- URLResponsePtr AsURLResponse(base::TaskRunner* task_runner,
- uint32_t skip) override;
+ mojo::URLResponsePtr AsURLResponse(base::TaskRunner* task_runner,
+ uint32_t skip) override;
void AsPath(
base::TaskRunner* task_runner,
@@ -46,6 +45,5 @@ class LocalFetcher : public Fetcher {
};
} // namespace shell
-} // namespace mojo
#endif // SHELL_APPLICATION_MANAGER_LOCAL_FETCHER_H_

Powered by Google App Engine
This is Rietveld 408576698