Index: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc |
diff --git a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc |
index 3b8798efea6f2da6e8eeb007050f2b9400fdf7cf..f02afd2d6b7a830d8c812723b4f7f96931158f0b 100644 |
--- a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc |
+++ b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc |
@@ -7,8 +7,8 @@ |
#include "cc/test/geometry_test_utils.h" |
#include "cc/trees/layer_tree_host_common.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/WebSize.h" |
+#include "third_party/WebKit/public/platform/WebFloatPoint.h" |
+#include "third_party/WebKit/public/platform/WebSize.h" |
#include "third_party/skia/include/utils/SkMatrix44.h" |
#include "ui/gfx/point3_f.h" |
#include "webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h" |