Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1959)

Unified Diff: content/shell/renderer/test_runner/WebTestThemeControlWin.h

Issue 123243002: Replace WebNonCopyable with DISALLOW_COPY_AND_ASSIGN in test runner library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
}
« no previous file with comments | « content/shell/renderer/test_runner/WebTestProxy.h ('k') | content/shell/renderer/test_runner/WebTestThemeEngineMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698