| Index: chrome/app/chrome_breakpad_client.cc
|
| diff --git a/chrome/app/chrome_breakpad_client.cc b/chrome/app/chrome_breakpad_client.cc
|
| index 479ff20a0fc05bdf010a3530eeabb832b6875e5e..65a7ef19f628807f294fcc8363d4a869932f51b1 100644
|
| --- a/chrome/app/chrome_breakpad_client.cc
|
| +++ b/chrome/app/chrome_breakpad_client.cc
|
| @@ -177,7 +177,7 @@ bool ChromeBreakpadClient::AboutToRestart() {
|
|
|
| bool ChromeBreakpadClient::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)))
|
|
|