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

Unified Diff: mojo/shell/fetcher/local_fetcher.cc

Issue 1563413002: Move fetchers into mojo/shell/fetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « mojo/shell/fetcher/local_fetcher.h ('k') | mojo/shell/fetcher/network_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/shell/fetcher/local_fetcher.h ('k') | mojo/shell/fetcher/network_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698