Index: content/public/common/webplugininfo.cc |
diff --git a/content/public/common/webplugininfo.cc b/content/public/common/webplugininfo.cc |
index 760a6345298812abbc7809d163f5376c02dabee1..6f53d052a53dbbad3c139b5422901b6b5b18521e 100644 |
--- a/content/public/common/webplugininfo.cc |
+++ b/content/public/common/webplugininfo.cc |
@@ -97,7 +97,7 @@ void WebPluginInfo::CreateVersionFromString( |
} |
} |
- *parsed_version = base::Version(no_leading_zeros_version); |
+ *parsed_version = Version(no_leading_zeros_version); |
} |
} // namespace content |