Index: content/browser/in_process_webkit/indexed_db_callbacks.h |
diff --git a/content/browser/in_process_webkit/indexed_db_callbacks.h b/content/browser/in_process_webkit/indexed_db_callbacks.h |
index 4ab0ab1615163e252b044426788fcdb1895326f4..e4e283900411adeb3dfa7591596436f46bd2d4a7 100644 |
--- a/content/browser/in_process_webkit/indexed_db_callbacks.h |
+++ b/content/browser/in_process_webkit/indexed_db_callbacks.h |
@@ -9,12 +9,12 @@ |
#include "base/memory/ref_counted.h" |
#include "content/browser/in_process_webkit/indexed_db_dispatcher_host.h" |
#include "googleurl/src/gurl.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBCallbacks.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBCursor.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabase.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabaseError.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebData.h" |
+#include "third_party/WebKit/public/platform/WebIDBCallbacks.h" |
+#include "third_party/WebKit/public/platform/WebIDBCursor.h" |
+#include "third_party/WebKit/public/platform/WebIDBDatabase.h" |
+#include "third_party/WebKit/public/platform/WebIDBDatabaseError.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
namespace content { |