Index: cc/layers/scrollbar_geometry_fixed_thumb.cc |
diff --git a/cc/layers/scrollbar_geometry_fixed_thumb.cc b/cc/layers/scrollbar_geometry_fixed_thumb.cc |
index 66dd293e4921dd5239fcb87f05bb65121aa68108..08af6b2bf455029ca3a5253341f319dbaf26b1fb 100644 |
--- a/cc/layers/scrollbar_geometry_fixed_thumb.cc |
+++ b/cc/layers/scrollbar_geometry_fixed_thumb.cc |
@@ -7,8 +7,8 @@ |
#include <algorithm> |
#include <cmath> |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebScrollbar.h" |
+#include "third_party/WebKit/public/platform/WebRect.h" |
+#include "third_party/WebKit/public/platform/WebScrollbar.h" |
using WebKit::WebRect; |
using WebKit::WebScrollbar; |