| Index: chrome/browser/net/sqlite_server_bound_cert_store.h
|
| diff --git a/chrome/browser/net/sqlite_server_bound_cert_store.h b/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| index 183923a5f3e41bcfafdefef8388d13ee2b057b55..e20383faec6fd3b8c7e057f3dc76b22cdb0192f0 100644
|
| --- a/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| +++ b/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| @@ -11,7 +11,10 @@
|
| #include "net/base/default_server_bound_cert_store.h"
|
|
|
| class ClearOnExitPolicy;
|
| +
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| // Implements the net::DefaultServerBoundCertStore::PersistentStore interface
|
| // in terms of a SQLite database. For documentation about the actual member
|
| @@ -24,7 +27,7 @@ class SQLiteServerBoundCertStore
|
| public:
|
| // If non-NULL, SQLiteServerBoundCertStore will keep a scoped_refptr to the
|
| // |clear_on_exit_policy| throughout its lifetime.
|
| - SQLiteServerBoundCertStore(const FilePath& path,
|
| + SQLiteServerBoundCertStore(const base::FilePath& path,
|
| ClearOnExitPolicy* clear_on_exit_policy);
|
|
|
| // net::DefaultServerBoundCertStore::PersistentStore:
|
|
|