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

Unified Diff: mojo/shell/url_request_context_getter.cc

Issue 47433002: Cleanup mojo_shell and sample_app a bit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/url_request_context_getter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/url_request_context_getter.cc
diff --git a/mojo/loader/url_request_context_getter.cc b/mojo/shell/url_request_context_getter.cc
similarity index 97%
rename from mojo/loader/url_request_context_getter.cc
rename to mojo/shell/url_request_context_getter.cc
index c3269a4c6156be7bfde72d1880ca95662cdcc7dd..aafe1a2eec9112456b5f6cfe1873501df3e83f55 100644
--- a/mojo/loader/url_request_context_getter.cc
+++ b/mojo/shell/url_request_context_getter.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/loader/url_request_context_getter.h"
+#include "mojo/shell/url_request_context_getter.h"
#include "net/cookies/cookie_monster.h"
#include "net/http/http_cache.h"
@@ -15,7 +15,7 @@
#include "net/url_request/url_request_job_factory_impl.h"
namespace mojo {
-namespace loader {
+namespace shell {
URLRequestContextGetter::URLRequestContextGetter(
base::FilePath base_path,
@@ -90,5 +90,5 @@ URLRequestContextGetter::GetNetworkTaskRunner() const {
return network_task_runner_;
}
-} // namespace loader
+} // namespace shell
} // namespace mojo
« no previous file with comments | « mojo/shell/url_request_context_getter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698