Index: content/public/common/webplugininfo.cc |
diff --git a/content/public/common/webplugininfo.cc b/content/public/common/webplugininfo.cc |
index 39c02c6cd2148a86179a34e1994926d4625034d6..c984ff1734b9e54a633e96ee9843bd290d6e7ec4 100644 |
--- a/content/public/common/webplugininfo.cc |
+++ b/content/public/common/webplugininfo.cc |
@@ -101,7 +101,7 @@ void WebPluginInfo::CreateVersionFromString( |
} |
} |
- *parsed_version = Version(no_leading_zeros_version); |
+ *parsed_version = base::Version(no_leading_zeros_version); |
} |
} // namespace content |