| Index: chrome/renderer/plugins/plugin_placeholder.cc
|
| diff --git a/chrome/renderer/plugins/plugin_placeholder.cc b/chrome/renderer/plugins/plugin_placeholder.cc
|
| index 181f3c471e949aa00eb46c4638a13da7fa622106..78dfee32f7c515f97c0f368a18496afdaec6cd16 100644
|
| --- a/chrome/renderer/plugins/plugin_placeholder.cc
|
| +++ b/chrome/renderer/plugins/plugin_placeholder.cc
|
| @@ -63,6 +63,8 @@ using WebKit::WebString;
|
| using WebKit::WebURLRequest;
|
| using WebKit::WebVector;
|
| using webkit::WebViewPlugin;
|
| +using webkit_glue::CppArgumentList;
|
| +using webkit_glue::CppVariant;
|
|
|
| const char* const kPluginPlaceholderDataURL =
|
| "chrome://pluginplaceholderdata/";
|
|
|