Index: content/common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc |
diff --git a/content/common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc b/content/common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc |
index 6a8ff1f96d5edcb4418dcc0f47adaf03de100ed7..0fb09426d6dfd98f89af3d736b440a8e0d4d7a08 100644 |
--- a/content/common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc |
+++ b/content/common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc |
@@ -8,8 +8,8 @@ |
#include "content/common_child/indexed_db/indexed_db_dispatcher.h" |
#include "content/common_child/indexed_db/proxy_webidbcursor_impl.h" |
#include "testing/gtest/include/gtest/gtest.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/public/platform/WebData.h" |
+#include "third_party/WebKit/public/platform/WebIDBCallbacks.h" |
using WebKit::WebData; |
using WebKit::WebIDBCallbacks; |