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..904797fb30630bf85a3f0e3c325ab296b5a8f6b8 100644 |
--- a/content/browser/indexed_db/indexed_db_context_impl.cc |
+++ b/content/browser/indexed_db/indexed_db_context_impl.cc |
@@ -17,10 +17,10 @@ |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/indexed_db_info.h" |
#include "content/public/common/content_switches.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabase.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBFactory.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebCString.h" |
+#include "third_party/WebKit/public/platform/WebIDBDatabase.h" |
+#include "third_party/WebKit/public/platform/WebIDBFactory.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/base/origin_url_conversions.h" |
#include "webkit/browser/database/database_util.h" |