| Index: net/url_request/url_request_context_builder.h
|
| diff --git a/net/url_request/url_request_context_builder.h b/net/url_request/url_request_context_builder.h
|
| index fd21f8a62fe3a587017b08b9a5f998da6a519552..f1ce5707a66866e11114c837d5ab771371e56eec 100644
|
| --- a/net/url_request/url_request_context_builder.h
|
| +++ b/net/url_request/url_request_context_builder.h
|
| @@ -49,7 +49,7 @@ class NET_EXPORT URLRequestContextBuilder {
|
| int max_size;
|
|
|
| // The cache path (when type is DISK).
|
| - FilePath path;
|
| + base::FilePath path;
|
| };
|
|
|
| struct NET_EXPORT HttpNetworkSessionParams {
|
|
|