| Index: cc/scrollbar_geometry_fixed_thumb.cc
|
| diff --git a/cc/scrollbar_geometry_fixed_thumb.cc b/cc/scrollbar_geometry_fixed_thumb.cc
|
| index 2c38049f16ff351c956c6e2686206ed0e5272ef4..4ca9f4414fe00e1c4cede00f8eaf7369e5e06867 100644
|
| --- a/cc/scrollbar_geometry_fixed_thumb.cc
|
| +++ b/cc/scrollbar_geometry_fixed_thumb.cc
|
| @@ -5,8 +5,9 @@
|
| #include "cc/scrollbar_geometry_fixed_thumb.h"
|
|
|
| #include <cmath>
|
| -#include <public/WebRect.h>
|
| -#include <public/WebScrollbar.h>
|
| +
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebScrollbar.h"
|
|
|
| using WebKit::WebRect;
|
| using WebKit::WebScrollbar;
|
|
|