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

Unified Diff: Source/testing/runner/SpellCheckClient.h

Issue 23440025: TestRunner library classes should be marked as NonCopyable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « Source/testing/runner/NotificationPresenter.h ('k') | Source/testing/runner/TestInterfaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/SpellCheckClient.h
diff --git a/Source/testing/runner/SpellCheckClient.h b/Source/testing/runner/SpellCheckClient.h
index 323f85026df7a89768a7d9b70e586541c7ac6bbf..f46287fdc89046f4fad9f7f985b64ac1fc185e76 100644
--- a/Source/testing/runner/SpellCheckClient.h
+++ b/Source/testing/runner/SpellCheckClient.h
@@ -32,14 +32,15 @@
#define SpellCheckClient_h
#include "MockSpellCheck.h"
-#include "public/web/WebSpellCheckClient.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/testing/WebTask.h"
+#include "public/web/WebSpellCheckClient.h"
namespace WebTestRunner {
class WebTestDelegate;
-class SpellCheckClient : public WebKit::WebSpellCheckClient {
+class SpellCheckClient : public WebKit::WebSpellCheckClient, public WebKit::WebNonCopyable {
public:
SpellCheckClient();
virtual ~SpellCheckClient();
« no previous file with comments | « Source/testing/runner/NotificationPresenter.h ('k') | Source/testing/runner/TestInterfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698