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

Unified Diff: chrome/browser/net/sqlite_persistent_cookie_store.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 | « chrome/browser/net/net_log_logger.h ('k') | chrome/browser/net/sqlite_server_bound_cert_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/sqlite_persistent_cookie_store.h
diff --git a/chrome/browser/net/sqlite_persistent_cookie_store.h b/chrome/browser/net/sqlite_persistent_cookie_store.h
index 72675da44e003ac547db805dbd98119b356eef26..bb6206d8f211ca9dc36a5b394a49ae806e5b2699 100644
--- a/chrome/browser/net/sqlite_persistent_cookie_store.h
+++ b/chrome/browser/net/sqlite_persistent_cookie_store.h
@@ -16,9 +16,12 @@
#include "net/cookies/cookie_monster.h"
class ClearOnExitPolicy;
-class FilePath;
class Task;
+namespace base {
+class FilePath;
+}
+
namespace net {
class CanonicalCookie;
}
@@ -34,7 +37,7 @@ class SQLitePersistentCookieStore
// If non-NULL, SQLitePersistentCookieStore will keep a scoped_refptr to the
// |clear_on_exit_policy| throughout its lifetime.
SQLitePersistentCookieStore(
- const FilePath& path,
+ const base::FilePath& path,
bool restore_old_session_cookies,
ClearOnExitPolicy* clear_on_exit_policy);
« no previous file with comments | « chrome/browser/net/net_log_logger.h ('k') | chrome/browser/net/sqlite_server_bound_cert_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698