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

Unified Diff: mojo/fetcher/local_fetcher.cc

Issue 1342503003: Move fetching logic out of ApplicationManager, eliminate url mappings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/fetcher/local_fetcher.h ('k') | mojo/fetcher/network_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/fetcher/local_fetcher.cc
diff --git a/mojo/shell/local_fetcher.cc b/mojo/fetcher/local_fetcher.cc
similarity index 97%
rename from mojo/shell/local_fetcher.cc
rename to mojo/fetcher/local_fetcher.cc
index 8da8ca9b5d4cef31a5fdfd03949a4d331ba64ffb..13f370232079d54bd9716a76ab541091482dc859 100644
--- a/mojo/shell/local_fetcher.cc
+++ b/mojo/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/shell/local_fetcher.h"
+#include "mojo/fetcher/local_fetcher.h"
#include "base/bind.h"
#include "base/files/file_util.h"
@@ -19,10 +19,9 @@
#include "url/url_util.h"
namespace mojo {
-namespace shell {
+namespace fetcher {
namespace {
-
void IgnoreResult(bool result) {
}
@@ -113,5 +112,5 @@ bool LocalFetcher::PeekFirstLine(std::string* line) {
return true;
}
-} // namespace shell
+} // namespace fetcher
} // namespace mojo
« no previous file with comments | « mojo/fetcher/local_fetcher.h ('k') | mojo/fetcher/network_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698