Index: content/shell/renderer/test_runner/WebTestThemeControlWin.h |
diff --git a/content/shell/renderer/test_runner/WebTestThemeControlWin.h b/content/shell/renderer/test_runner/WebTestThemeControlWin.h |
index 66b5ae807a09ed505bc8b034feea678cda30ddd5..16c5c471cbd31b2b624f0739950d33e60d2ef539 100644 |
--- a/content/shell/renderer/test_runner/WebTestThemeControlWin.h |
+++ b/content/shell/renderer/test_runner/WebTestThemeControlWin.h |
@@ -13,7 +13,7 @@ |
#ifndef WebTestThemeControlWin_h |
#define WebTestThemeControlWin_h |
-#include "third_party/WebKit/public/platform/WebNonCopyable.h" |
+#include "base/basictypes.h" |
#include "third_party/skia/include/core/SkColor.h" |
#include "third_party/skia/include/core/SkRect.h" |
@@ -22,7 +22,7 @@ class SkCanvas; |
namespace WebTestRunner { |
-class WebTestThemeControlWin : public blink::WebNonCopyable { |
+class WebTestThemeControlWin { |
public: |
// This list of states mostly mirrors the list in WebCore/platform/ThemeTypes.h |
// but is maintained separately since that isn't public and also to minimize |
@@ -168,6 +168,8 @@ private: |
const int m_bottom; |
const int m_width; |
const int m_height; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(WebTestThemeControlWin); |
}; |
} |