Index: shell/application_manager/fetcher.cc |
diff --git a/shell/application_manager/fetcher.cc b/shell/application_manager/fetcher.cc |
index 5637746242b7497fa46aec06d925894232ca2223..1184ef1471ed910d290a2d36f12865b0cfe993da 100644 |
--- a/shell/application_manager/fetcher.cc |
+++ b/shell/application_manager/fetcher.cc |
@@ -7,6 +7,7 @@ |
#include "url/gurl.h" |
namespace mojo { |
+namespace shell { |
const char Fetcher::kMojoMagic[] = "#!mojo "; |
const size_t Fetcher::kMaxShebangLength = 2048; |
@@ -33,4 +34,5 @@ bool Fetcher::PeekContentHandler(std::string* mojo_shebang, |
return false; |
} |
+} // namespace shell |
} // namespace mojo |