Index: mojo/shell/fetcher/local_fetcher.cc |
diff --git a/mojo/fetcher/local_fetcher.cc b/mojo/shell/fetcher/local_fetcher.cc |
similarity index 98% |
rename from mojo/fetcher/local_fetcher.cc |
rename to mojo/shell/fetcher/local_fetcher.cc |
index 7d8851cc98a41e59b21a5a712063501e6ade9755..7c1565f18d7564f602ed06912808d0eb37d6a8ed 100644 |
--- a/mojo/fetcher/local_fetcher.cc |
+++ b/mojo/shell/fetcher/local_fetcher.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/fetcher/local_fetcher.h" |
+#include "mojo/shell/fetcher/local_fetcher.h" |
#include <stddef.h> |
#include <stdint.h> |
@@ -26,7 +26,7 @@ |
#include "url/url_util.h" |
namespace mojo { |
-namespace fetcher { |
+namespace shell { |
namespace { |
void IgnoreResult(bool result) { |
@@ -149,5 +149,5 @@ bool LocalFetcher::PeekFirstLine(std::string* line) { |
return true; |
} |
-} // namespace fetcher |
+} // namespace shell |
} // namespace mojo |