| Index: Source/web/tests/WebHelperPluginTest.cpp
|
| diff --git a/Source/web/tests/WebHelperPluginTest.cpp b/Source/web/tests/WebHelperPluginTest.cpp
|
| index 7be88c117677c112640c940c74f93f2d584ee9ea..f06aa94b6bd457cf6e9e58bb68c702f74ec854f4 100644
|
| --- a/Source/web/tests/WebHelperPluginTest.cpp
|
| +++ b/Source/web/tests/WebHelperPluginTest.cpp
|
| @@ -17,7 +17,7 @@ namespace {
|
|
|
| class FakePlaceholderWebPlugin : public FakeWebPlugin {
|
| public:
|
| - FakePlaceholderWebPlugin(blink::WebFrame* frame, const blink::WebPluginParams& params)
|
| + FakePlaceholderWebPlugin(WebFrame* frame, const WebPluginParams& params)
|
| : FakeWebPlugin(frame, params)
|
| {
|
| }
|
|
|