| Index: net/http/infinite_cache.h
|
| diff --git a/net/http/infinite_cache.h b/net/http/infinite_cache.h
|
| index 30d90257cd594e2d8abb3a0baac313eb40c5734f..a93d4c15cd033f61d4770bbc38fa02652a9eb146 100644
|
| --- a/net/http/infinite_cache.h
|
| +++ b/net/http/infinite_cache.h
|
| @@ -18,9 +18,8 @@
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_export.h"
|
|
|
| -class FilePath;
|
| -
|
| namespace base {
|
| +class FilePath;
|
| class SequencedTaskRunner;
|
| class SequencedWorkerPool;
|
| }
|
| @@ -80,7 +79,7 @@ class NET_EXPORT_PRIVATE InfiniteCache
|
| // Initializes this object to start tracking requests. |path| is the location
|
| // of the file to use to store data; it can be empty, in which case the data
|
| // will not be persisted to disk.
|
| - void Init(const FilePath& path);
|
| + void Init(const base::FilePath& path);
|
|
|
| InfiniteCacheTransaction* CreateInfiniteCacheTransaction();
|
|
|
|
|