| Index: webkit/dom_storage/local_storage_database_adapter.cc
|
| diff --git a/webkit/dom_storage/local_storage_database_adapter.cc b/webkit/dom_storage/local_storage_database_adapter.cc
|
| index 6e715d73d9a000e5898afe87984d10a259f70c57..32f724f8238bcabc315b87d1ae03d60709c99225 100644
|
| --- a/webkit/dom_storage/local_storage_database_adapter.cc
|
| +++ b/webkit/dom_storage/local_storage_database_adapter.cc
|
| @@ -10,7 +10,7 @@
|
| namespace dom_storage {
|
|
|
| LocalStorageDatabaseAdapter::LocalStorageDatabaseAdapter(
|
| - const FilePath& path)
|
| + const base::FilePath& path)
|
| : db_(new DomStorageDatabase(path)) {
|
| }
|
|
|
|
|