Index: content/common/indexed_db/proxy_webidbdatabase_impl.cc |
diff --git a/content/common/indexed_db/proxy_webidbdatabase_impl.cc b/content/common/indexed_db/proxy_webidbdatabase_impl.cc |
index b032b3de2414ae2b9966bee40a7ce21b370df74d..f4bc3665a36a9f64eceb8ed9332e34b965892a7e 100644 |
--- a/content/common/indexed_db/proxy_webidbdatabase_impl.cc |
+++ b/content/common/indexed_db/proxy_webidbdatabase_impl.cc |
@@ -9,10 +9,10 @@ |
#include "content/common/child_thread.h" |
#include "content/common/indexed_db/indexed_db_dispatcher.h" |
#include "content/common/indexed_db/indexed_db_messages.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBKeyPath.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBMetadata.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h" |
+#include "third_party/WebKit/public/platform/WebIDBKeyPath.h" |
+#include "third_party/WebKit/public/platform/WebIDBMetadata.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
+#include "third_party/WebKit/public/platform/WebVector.h" |
#include "webkit/glue/worker_task_runner.h" |
using WebKit::WebIDBCallbacks; |