| Index: chrome/browser/hang_monitor/hung_plugin_action.cc
|
| diff --git a/chrome/browser/hang_monitor/hung_plugin_action.cc b/chrome/browser/hang_monitor/hung_plugin_action.cc
|
| index 9e676150368664b121398f6db7e76de7d9bdb976..82142862ab0ad00c4cb6474dd4647c88ecf825b0 100644
|
| --- a/chrome/browser/hang_monitor/hung_plugin_action.cc
|
| +++ b/chrome/browser/hang_monitor/hung_plugin_action.cc
|
| @@ -40,7 +40,7 @@
|
| // 10 * major + minor - kGTalkPluginLogMinVersion.
|
| GTalkPluginLogVersion GetGTalkPluginVersion(const base::string16& version) {
|
| int gtalk_plugin_version = GTALK_PLUGIN_VERSION_MIN;
|
| - base::Version plugin_version;
|
| + Version plugin_version;
|
| content::WebPluginInfo::CreateVersionFromString(version, &plugin_version);
|
| if (plugin_version.IsValid() && plugin_version.components().size() >= 2) {
|
| gtalk_plugin_version = 10 * plugin_version.components()[0] +
|
|
|