Index: webkit/support/web_layer_tree_view_impl_for_testing.cc |
diff --git a/webkit/support/web_layer_tree_view_impl_for_testing.cc b/webkit/support/web_layer_tree_view_impl_for_testing.cc |
index 77d83466796c45c1546776bad924ce1078abe689..6cbb74c6e591b254dea48684f61453c9924f5921 100644 |
--- a/webkit/support/web_layer_tree_view_impl_for_testing.cc |
+++ b/webkit/support/web_layer_tree_view_impl_for_testing.cc |
@@ -17,12 +17,12 @@ |
#include "cc/output/output_surface.h" |
#include "cc/output/software_output_device.h" |
#include "cc/trees/layer_tree_host.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/Platform.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRenderingStats.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" |
+#include "third_party/WebKit/public/platform/Platform.h" |
+#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" |
+#include "third_party/WebKit/public/platform/WebLayer.h" |
+#include "third_party/WebKit/public/platform/WebLayerTreeView.h" |
+#include "third_party/WebKit/public/platform/WebRenderingStats.h" |
+#include "third_party/WebKit/public/platform/WebSize.h" |
#include "webkit/common/gpu/test_context_provider_factory.h" |
#include "webkit/renderer/compositor_bindings/web_layer_impl.h" |
#include "webkit/support/test_webkit_platform_support.h" |