diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-20 22:41:52 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-20 22:41:52 +0000 |
commit | acfc5091b264cd786a3dc656977ce7451aea6e88 (patch) | |
tree | 2a867f6f8c6ef69d632e9e344de9caa17cac66ea /chrome/browser/first_run.cc | |
parent | 507cdb038858aae2c4d500d6d18dd55035663c4b (diff) | |
download | chromium_src-acfc5091b264cd786a3dc656977ce7451aea6e88.zip chromium_src-acfc5091b264cd786a3dc656977ce7451aea6e88.tar.gz chromium_src-acfc5091b264cd786a3dc656977ce7451aea6e88.tar.bz2 |
* fix build error
Review URL: http://codereview.chromium.org/11550
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run.cc')
-rwxr-xr-x | chrome/browser/first_run.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run.cc b/chrome/browser/first_run.cc index c0e6c5f..eb52915 100755 --- a/chrome/browser/first_run.cc +++ b/chrome/browser/first_run.cc @@ -266,7 +266,7 @@ bool Upgrade::SwapNewChromeExeIfPresent() { } // Rename didn't work so try to rename by calling Google Update - if (InvokeGoogleUpdateForRename(&exit_code)) + if (InvokeGoogleUpdateForRename()) return true; // Rename still didn't work so just try to rename exe ourselves (for |