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

Unified Diff: Source/web/tests/FakeWebPlugin.cpp

Issue 776693002: Clean forward declaration in public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix fakewebplugin Created 6 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
« no previous file with comments | « Source/web/tests/FakeWebPlugin.h ('k') | public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/FakeWebPlugin.cpp
diff --git a/Source/web/tests/FakeWebPlugin.cpp b/Source/web/tests/FakeWebPlugin.cpp
index 22996fb1b8d0803bd845751c2a125ca7f86550b1..7504eb0c9dd2b1dfa81fd012805274a3978931bd 100644
--- a/Source/web/tests/FakeWebPlugin.cpp
+++ b/Source/web/tests/FakeWebPlugin.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "web/tests/FakeWebPlugin.h"
-#include "public/web/WebPluginParams.h"
-
namespace blink {
FakeWebPlugin::FakeWebPlugin(WebFrame* frame, const WebPluginParams& params)
« no previous file with comments | « Source/web/tests/FakeWebPlugin.h ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698