| Index: chrome/renderer/plugins/plugin_placeholder.h
|
| diff --git a/chrome/renderer/plugins/plugin_placeholder.h b/chrome/renderer/plugins/plugin_placeholder.h
|
| index 770ff38647272418d97ee88c1c26a27586681688..ea53ba944d77cdcb507a0ff991d3104a8268a87a 100644
|
| --- a/chrome/renderer/plugins/plugin_placeholder.h
|
| +++ b/chrome/renderer/plugins/plugin_placeholder.h
|
| @@ -147,7 +147,8 @@ class PluginPlaceholder : public content::RenderViewObserver,
|
| static bool IsValidYouTubeVideo(const std::string& path);
|
|
|
| // Opens a youtube app in the current tab.
|
| - void OpenYoutubeUrlCallback(const CppArgumentList& args, CppVariant* result);
|
| + void OpenYoutubeUrlCallback(const webkit_glue::CppArgumentList& args,
|
| + webkit_glue::CppVariant* result);
|
| #endif
|
|
|
| void SetMessage(const string16& message);
|
|
|