| Index: webkit/glue/resource_loader_bridge.h
|
| diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h
|
| index 52859b3c9462308128ef9eb4a74a21304e150fb0..d20040fc88a44e73e92d33cf6e9193fedf1b4e80 100644
|
| --- a/webkit/glue/resource_loader_bridge.h
|
| +++ b/webkit/glue/resource_loader_bridge.h
|
| @@ -181,7 +181,7 @@ struct ResourceResponseInfo {
|
| // The path to a file that will contain the response body. It may only
|
| // contain a portion of the response body at the time that the ResponseInfo
|
| // becomes available.
|
| - FilePath download_file_path;
|
| + base::FilePath download_file_path;
|
|
|
| // True if the response was delivered using SPDY.
|
| bool was_fetched_via_spdy;
|
|
|