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

Unified Diff: shell/application_manager/fetcher.cc

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.cc
diff --git a/shell/application_manager/fetcher.cc b/shell/application_manager/fetcher.cc
index 1184ef1471ed910d290a2d36f12865b0cfe993da..f76876bac3e7f5b70ba5ca71f0e6cfb810e22602 100644
--- a/shell/application_manager/fetcher.cc
+++ b/shell/application_manager/fetcher.cc
@@ -6,7 +6,6 @@
#include "url/gurl.h"
-namespace mojo {
namespace shell {
const char Fetcher::kMojoMagic[] = "#!mojo ";
@@ -35,4 +34,3 @@ bool Fetcher::PeekContentHandler(std::string* mojo_shebang,
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698