| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
 | 
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
 | 
| index a29db05eeccfc0049db53dad139862ea96b9c67a..e0325fd77607fd692604f92c1d2a5411da34bfc0 100644
 | 
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
 | 
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
 | 
| @@ -30,7 +30,6 @@
 | 
|  #include "platform/geometry/IntPoint.h"
 | 
|  #include "platform/geometry/IntRect.h"
 | 
|  #include "platform/geometry/IntSize.h"
 | 
| -#include "platform/graphics/paint/DisplayItemClient.h"
 | 
|  #include "platform/scroll/ScrollTypes.h"
 | 
|  #include "wtf/PassOwnPtr.h"
 | 
|  #include "wtf/Vector.h"
 | 
| @@ -39,7 +38,7 @@ namespace blink {
 | 
|  
 | 
|  class Widget;
 | 
|  
 | 
| -class PLATFORM_EXPORT ScrollbarThemeClient : public DisplayItemClient {
 | 
| +class PLATFORM_EXPORT ScrollbarThemeClient {
 | 
|  public:
 | 
|      virtual int x() const = 0;
 | 
|      virtual int y() const = 0;
 | 
| 
 |