Index: content/browser/indexed_db/indexed_db_context_impl.cc |
diff --git a/content/browser/indexed_db/indexed_db_context_impl.cc b/content/browser/indexed_db/indexed_db_context_impl.cc |
index 2a958b41121f8cb79a5e5f32e579f37d606c6d12..de0ab48d8f56cd2b31a112b20262c0af086d8182 100644 |
--- a/content/browser/indexed_db/indexed_db_context_impl.cc |
+++ b/content/browser/indexed_db/indexed_db_context_impl.cc |
@@ -24,8 +24,8 @@ |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/base/origin_url_conversions.h" |
#include "webkit/browser/database/database_util.h" |
-#include "webkit/quota/quota_manager.h" |
-#include "webkit/quota/special_storage_policy.h" |
+#include "webkit/browser/quota/quota_manager.h" |
+#include "webkit/browser/quota/special_storage_policy.h" |
using webkit_database::DatabaseUtil; |
using WebKit::WebIDBDatabase; |