Index: content/browser/indexed_db/indexed_db_factory_unittest.cc |
diff --git a/content/browser/indexed_db/indexed_db_factory_unittest.cc b/content/browser/indexed_db/indexed_db_factory_unittest.cc |
index 70f8ae64ad57a18dca100bb198c26fbe45722582..3d55ac7e63ee68db9b306beaa90e285190619d08 100644 |
--- a/content/browser/indexed_db/indexed_db_factory_unittest.cc |
+++ b/content/browser/indexed_db/indexed_db_factory_unittest.cc |
@@ -15,8 +15,8 @@ |
#include "content/browser/indexed_db/mock_indexed_db_database_callbacks.h" |
#include "storage/common/database/database_identifier.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "third_party/WebKit/public/platform/WebIDBDatabaseException.h" |
-#include "third_party/WebKit/public/platform/WebIDBTypes.h" |
+#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException.h" |
+#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h" |
#include "url/gurl.h" |
using base::ASCIIToUTF16; |