Index: content/child/npapi/webplugin_delegate_impl_win.cc |
diff --git a/content/child/npapi/webplugin_delegate_impl_win.cc b/content/child/npapi/webplugin_delegate_impl_win.cc |
index deaa3751b57964b81cc3550a6fc93b39dc479db7..73bb4422808d4feb165c22c4091f01789a7848ab 100644 |
--- a/content/child/npapi/webplugin_delegate_impl_win.cc |
+++ b/content/child/npapi/webplugin_delegate_impl_win.cc |
@@ -191,7 +191,7 @@ std::wstring GetKeyPath(HKEY key) { |
} |
int GetPluginMajorVersion(const WebPluginInfo& plugin_info) { |
- base::Version plugin_version; |
+ Version plugin_version; |
WebPluginInfo::CreateVersionFromString(plugin_info.version, &plugin_version); |
int major_version = 0; |