Index: content/renderer/gpu/input_handler_proxy_unittest.cc |
diff --git a/content/renderer/gpu/input_handler_proxy_unittest.cc b/content/renderer/gpu/input_handler_proxy_unittest.cc |
index 02a033b1fecff97dd5d8de42d7d51778b2c1168b..b72ae05be0243ffdfdf87f2436e63764de197926 100644 |
--- a/content/renderer/gpu/input_handler_proxy_unittest.cc |
+++ b/content/renderer/gpu/input_handler_proxy_unittest.cc |
@@ -9,10 +9,10 @@ |
#include "content/renderer/gpu/input_handler_proxy_client.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatSize.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGestureCurve.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebPoint.h" |
+#include "third_party/WebKit/public/platform/WebFloatPoint.h" |
+#include "third_party/WebKit/public/platform/WebFloatSize.h" |
+#include "third_party/WebKit/public/platform/WebGestureCurve.h" |
+#include "third_party/WebKit/public/platform/WebPoint.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
using WebKit::WebActiveWheelFlingParameters; |