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

Unified Diff: media/blink/mock_webframeclient.h

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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: media/blink/mock_webframeclient.h
diff --git a/media/blink/mock_webframeclient.h b/media/blink/mock_webframeclient.h
index 7a633583150568f5879bfd62676d2d213b39a7c1..ac9e1c568f996b2a3c99411d2b76ce94c13f49f0 100644
--- a/media/blink/mock_webframeclient.h
+++ b/media/blink/mock_webframeclient.h
@@ -9,7 +9,10 @@
namespace media {
-class MockWebFrameClient : public blink::WebFrameClient {};
+class MockWebFrameClient : public blink::WebFrameClient {
+ public:
+ MockWebFrameClient();
+};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698