Index: chrome/app/chrome_crash_reporter_client.cc |
diff --git a/chrome/app/chrome_crash_reporter_client.cc b/chrome/app/chrome_crash_reporter_client.cc |
index 95ee24ff8f8536195c0846c68e2bafb3d1f8cabd..74567d2ebc5e7a695048273f39cfb1a380bdadbe 100644 |
--- a/chrome/app/chrome_crash_reporter_client.cc |
+++ b/chrome/app/chrome_crash_reporter_client.cc |
@@ -159,7 +159,7 @@ bool ChromeCrashReporterClient::AboutToRestart() { |
bool ChromeCrashReporterClient::GetDeferredUploadsSupported( |
bool is_per_user_install) { |
- Version update_version = GoogleUpdateSettings::GetGoogleUpdateVersion( |
+ base::Version update_version = GoogleUpdateSettings::GetGoogleUpdateVersion( |
!is_per_user_install); |
if (!update_version.IsValid() || |
update_version.IsOlderThan(std::string(kMinUpdateVersion))) |