| Index: content/shell/shell_url_request_context_getter.cc
|
| diff --git a/content/shell/shell_url_request_context_getter.cc b/content/shell/shell_url_request_context_getter.cc
|
| index 7bda6f945ee2a4f012e63df3a884139b56c4d412..b085b9ec8b9142ee7b092157abad3fa21549caa5 100644
|
| --- a/content/shell/shell_url_request_context_getter.cc
|
| +++ b/content/shell/shell_url_request_context_getter.cc
|
| @@ -35,7 +35,7 @@ namespace content {
|
|
|
| ShellURLRequestContextGetter::ShellURLRequestContextGetter(
|
| bool ignore_certificate_errors,
|
| - const FilePath& base_path,
|
| + const base::FilePath& base_path,
|
| MessageLoop* io_loop,
|
| MessageLoop* file_loop)
|
| : ignore_certificate_errors_(ignore_certificate_errors),
|
| @@ -96,7 +96,7 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() {
|
| net::HttpAuthHandlerFactory::CreateDefault(host_resolver.get()));
|
| storage_->set_http_server_properties(new net::HttpServerPropertiesImpl);
|
|
|
| - FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache"));
|
| + base::FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache"));
|
| net::HttpCache::DefaultBackend* main_backend =
|
| new net::HttpCache::DefaultBackend(
|
| net::DISK_CACHE,
|
|
|