| Index: content/browser/dom_storage/dom_storage_area.cc
|
| diff --git a/content/browser/dom_storage/dom_storage_area.cc b/content/browser/dom_storage/dom_storage_area.cc
|
| index b1e803a148dd268ae0d2817f8c839f56ee5ce0a5..5bd02c267bca7c13ef1e5bd948c3bdb688505423 100644
|
| --- a/content/browser/dom_storage/dom_storage_area.cc
|
| +++ b/content/browser/dom_storage/dom_storage_area.cc
|
| @@ -17,9 +17,9 @@
|
| #include "content/browser/dom_storage/session_storage_database_adapter.h"
|
| #include "content/common/dom_storage/dom_storage_map.h"
|
| #include "content/common/dom_storage/dom_storage_types.h"
|
| -#include "webkit/browser/database/database_util.h"
|
| -#include "webkit/common/database/database_identifier.h"
|
| -#include "webkit/common/fileapi/file_system_util.h"
|
| +#include "storage/browser/database/database_util.h"
|
| +#include "storage/common/database/database_identifier.h"
|
| +#include "storage/common/fileapi/file_system_util.h"
|
|
|
| using webkit_database::DatabaseUtil;
|
|
|
|
|