Index: Source/testing/runner/WebTestThemeControlWin.h |
diff --git a/Source/testing/runner/WebTestThemeControlWin.h b/Source/testing/runner/WebTestThemeControlWin.h |
index 7c32432ee5eec8553b8cd397111767e1038c1234..f1a65e941f2b79d55b55ea4f142a0a2308a1ed84 100644 |
--- a/Source/testing/runner/WebTestThemeControlWin.h |
+++ b/Source/testing/runner/WebTestThemeControlWin.h |
@@ -48,7 +48,7 @@ class SkCanvas; |
namespace WebTestRunner { |
-class WebTestThemeControlWin : public WebKit::WebNonCopyable { |
+class WebTestThemeControlWin : public blink::WebNonCopyable { |
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 |