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

Unified Diff: shell/application_manager/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/fetcher.h
diff --git a/shell/application_manager/fetcher.h b/shell/application_manager/fetcher.h
index 2257f75b5addccc13a0b27907bad9af63d836f8f..0789387f9188915362136b10bf2977d58fa8b098 100644
--- a/shell/application_manager/fetcher.h
+++ b/shell/application_manager/fetcher.h
@@ -17,7 +17,6 @@ class FilePath;
class TaskRunner;
}
-namespace mojo {
namespace shell {
// Fetcher abstracts getting an application by either file or http[s] URL.
@@ -47,8 +46,8 @@ class Fetcher {
// redirects. Otherwise, it returns an empty URL.
virtual GURL GetRedirectURL() const = 0;
- virtual URLResponsePtr AsURLResponse(base::TaskRunner* task_runner,
- uint32_t skip) = 0;
+ virtual mojo::URLResponsePtr AsURLResponse(base::TaskRunner* task_runner,
+ uint32_t skip) = 0;
virtual void AsPath(
base::TaskRunner* task_runner,
@@ -71,6 +70,5 @@ class Fetcher {
};
} // namespace shell
-} // namespace mojo
#endif // SHELL_APPLICATION_MANAGER_FETCHER_H_

Powered by Google App Engine
This is Rietveld 408576698