| Index: shell/application_manager/local_fetcher.cc
|
| diff --git a/shell/application_manager/local_fetcher.cc b/shell/application_manager/local_fetcher.cc
|
| index 62271a93389c4136ef5429346e544ddef78ce4cd..88339b0a85d9580679a79dcb013ba790cfd397bc 100644
|
| --- a/shell/application_manager/local_fetcher.cc
|
| +++ b/shell/application_manager/local_fetcher.cc
|
| @@ -15,6 +15,7 @@
|
| #include "url/url_util.h"
|
|
|
| namespace mojo {
|
| +namespace shell {
|
|
|
| namespace {
|
|
|
| @@ -99,4 +100,5 @@ bool LocalFetcher::PeekFirstLine(std::string* line) {
|
| return true;
|
| }
|
|
|
| +} // namespace shell
|
| } // namespace mojo
|
|
|