Chromium Code Reviews| Index: content/public/common/webplugininfo.cc |
| diff --git a/content/public/common/webplugininfo.cc b/content/public/common/webplugininfo.cc |
| index 9f0c42f9ced9b91f7994474e42d78c94e5a5345a..f785e57b13aa737668c35acf9c8f11b0059b4012 100644 |
| --- a/content/public/common/webplugininfo.cc |
| +++ b/content/public/common/webplugininfo.cc |
| @@ -97,7 +97,7 @@ void WebPluginInfo::CreateVersionFromString( |
| } |
| } |
| - *parsed_version = Version(no_leading_zeros_version); |
| + *parsed_version = base::Version(no_leading_zeros_version); |
| } |
| } // namespace content |