| Index: webkit/dom_storage/local_storage_database_adapter.h
|
| diff --git a/webkit/dom_storage/local_storage_database_adapter.h b/webkit/dom_storage/local_storage_database_adapter.h
|
| index f69e87b54298dfb8d70216f12e03970bae36c156..e9e646b71be9edbe0e7217be3af092fbad420166 100644
|
| --- a/webkit/dom_storage/local_storage_database_adapter.h
|
| +++ b/webkit/dom_storage/local_storage_database_adapter.h
|
| @@ -10,7 +10,9 @@
|
| #include "webkit/dom_storage/dom_storage_database_adapter.h"
|
| #include "webkit/storage/webkit_storage_export.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace dom_storage {
|
|
|
| @@ -19,7 +21,7 @@ class DomStorageDatabase;
|
| class WEBKIT_STORAGE_EXPORT LocalStorageDatabaseAdapter :
|
| public DomStorageDatabaseAdapter {
|
| public:
|
| - explicit LocalStorageDatabaseAdapter(const FilePath& path);
|
| + explicit LocalStorageDatabaseAdapter(const base::FilePath& path);
|
| virtual ~LocalStorageDatabaseAdapter();
|
| virtual void ReadAllValues(ValuesMap* result) OVERRIDE;
|
| virtual bool CommitChanges(bool clear_all_first,
|
|
|