| 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 8c77d940343343bbcf30c514fec8e23329db3e16..576961f063c87a6d8525e68f3bb7763103dd0715 100644
|
| --- a/chrome/app/chrome_crash_reporter_client.cc
|
| +++ b/chrome/app/chrome_crash_reporter_client.cc
|
| @@ -162,7 +162,7 @@ bool ChromeCrashReporterClient::GetDeferredUploadsSupported(
|
| Version update_version = GoogleUpdateSettings::GetGoogleUpdateVersion(
|
| !is_per_user_install);
|
| if (!update_version.IsValid() ||
|
| - update_version.IsOlderThan(std::string(kMinUpdateVersion)))
|
| + update_version < base::Version(kMinUpdateVersion))
|
| return false;
|
|
|
| return true;
|
|
|