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 468ca188c166516e34d48f385d1bd39ec444a629..d64af01c4fdb989cbb2ff0049d7983a3bedfeae9 100644 |
--- a/content/child/npapi/webplugin_delegate_impl_win.cc |
+++ b/content/child/npapi/webplugin_delegate_impl_win.cc |
@@ -187,7 +187,7 @@ |
} |
uint32_t GetPluginMajorVersion(const WebPluginInfo& plugin_info) { |
- base::Version plugin_version; |
+ Version plugin_version; |
WebPluginInfo::CreateVersionFromString(plugin_info.version, &plugin_version); |
uint32_t major_version = 0; |