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

Unified Diff: Source/testing/runner/WebPermissions.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/TestPlugin.h ('k') | Source/testing/runner/WebTestThemeControlWin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebPermissions.h
diff --git a/Source/testing/runner/WebPermissions.h b/Source/testing/runner/WebPermissions.h
index c96e0adbb73d5edabcc03dd50993b3a52a053c30..1bdcc8edb50050f4bd6eb11f7b13ee8e9c973f20 100644
--- a/Source/testing/runner/WebPermissions.h
+++ b/Source/testing/runner/WebPermissions.h
@@ -31,13 +31,14 @@
#ifndef WebPermissions_h
#define WebPermissions_h
+#include "public/platform/WebNonCopyable.h"
#include "public/web/WebPermissionClient.h"
namespace WebTestRunner {
class WebTestDelegate;
-class WebPermissions : public WebKit::WebPermissionClient {
+class WebPermissions : public WebKit::WebPermissionClient, public WebKit::WebNonCopyable {
public:
WebPermissions();
virtual ~WebPermissions();
« no previous file with comments | « Source/testing/runner/TestPlugin.h ('k') | Source/testing/runner/WebTestThemeControlWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698