| Index: content/shell/shell_url_request_context_getter.h
|
| diff --git a/content/shell/shell_url_request_context_getter.h b/content/shell/shell_url_request_context_getter.h
|
| index 957f046bd37e4726f2a7a3c247803408db71bb1b..764a9e64378100d588a90119e8dce63f1a919bc0 100644
|
| --- a/content/shell/shell_url_request_context_getter.h
|
| +++ b/content/shell/shell_url_request_context_getter.h
|
| @@ -27,7 +27,7 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter {
|
| public:
|
| ShellURLRequestContextGetter(
|
| bool ignore_certificate_errors,
|
| - const FilePath& base_path,
|
| + const base::FilePath& base_path,
|
| MessageLoop* io_loop,
|
| MessageLoop* file_loop);
|
|
|
| @@ -43,7 +43,7 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter {
|
|
|
| private:
|
| bool ignore_certificate_errors_;
|
| - FilePath base_path_;
|
| + base::FilePath base_path_;
|
| MessageLoop* io_loop_;
|
| MessageLoop* file_loop_;
|
|
|
|
|