Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: net/http/infinite_cache.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/disk_cache/mapped_file.h ('k') | net/test/python_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « net/disk_cache/mapped_file.h ('k') | net/test/python_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698