Index: chrome/browser/ui/webui/version_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/version_handler.cc (revision 212806) |
+++ chrome/browser/ui/webui/version_handler.cc (working copy) |
@@ -129,9 +129,9 @@ |
#if defined(ENABLE_PLUGINS) |
void VersionHandler::OnGotPlugins( |
- const std::vector<webkit::WebPluginInfo>& plugins) { |
+ const std::vector<content::WebPluginInfo>& plugins) { |
// Obtain the version of the first enabled Flash plugin. |
- std::vector<webkit::WebPluginInfo> info_array; |
+ std::vector<content::WebPluginInfo> info_array; |
content::PluginService::GetInstance()->GetPluginInfoArray( |
GURL(), kFlashPluginSwfMimeType, false, &info_array, NULL); |
string16 flash_version = |