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 6728c21377e53bb28bc05e2871e5171722b2e2e5..90a55a0ed8bddbfc261ee5386c2ba89e698f8da5 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 "storage/browser/database/database_util.h" |
#include "storage/common/database/database_identifier.h" |
#include "storage/common/fileapi/file_system_util.h" |
-#include "webkit/browser/database/database_util.h" |
using storage::DatabaseUtil; |