Chromium Code Reviews| Index: webkit/dom_storage/dom_storage_context.cc |
| diff --git a/webkit/dom_storage/dom_storage_context.cc b/webkit/dom_storage/dom_storage_context.cc |
| index f9d530a65ecf751e44d90a5e83690fc2ce10b0e6..12d11b780e1a07600cc8599f5d70b29bc0d56bc5 100644 |
| --- a/webkit/dom_storage/dom_storage_context.cc |
| +++ b/webkit/dom_storage/dom_storage_context.cc |
| @@ -10,6 +10,7 @@ |
| #include "base/location.h" |
| #include "base/time.h" |
| #include "webkit/dom_storage/dom_storage_area.h" |
| +#include "webkit/dom_storage/dom_storage_database.h" |
|
michaeln
2012/06/15 19:02:43
is this needed?
marja
2012/06/19 10:43:30
Yes, this uses DomStorageDatabase::GetJournalFileP
|
| #include "webkit/dom_storage/dom_storage_namespace.h" |
| #include "webkit/dom_storage/dom_storage_task_runner.h" |
| #include "webkit/dom_storage/dom_storage_types.h" |