| 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
|
|
|