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