Index: content/public/common/webplugininfo.cc |
diff --git a/content/public/common/webplugininfo.cc b/content/public/common/webplugininfo.cc |
index d12dfd744ec279c7a3ea8ed4f64ec30288d92bce..4f6bb66a327b7fd50f9975c1ccf7e03b774cf309 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 |