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 fb6953b6c9530161c8e18ecfe9babd1820d3872b..ce86f7e70c373fe0735486b79fc3ef7c32b4f412 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/database/database_util.h" |