summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-01 09:34:25 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-01 09:34:25 +0000
commiteb99100431dd0c5acd3f4248c94fe7def6a75371 (patch)
tree031121d4d4f638c2c399dd9092ddaaa1964865df /chrome/browser/google
parent0cf4b5f6ad75f11f7efc8730247be964d3743e95 (diff)
downloadchromium_src-eb99100431dd0c5acd3f4248c94fe7def6a75371.zip
chromium_src-eb99100431dd0c5acd3f4248c94fe7def6a75371.tar.gz
chromium_src-eb99100431dd0c5acd3f4248c94fe7def6a75371.tar.bz2
Build fix for the "Google Chrome Win" bot (take 2)
This change just fixes my stupid typo in my previous build fix. BUG=none TEST=fix build in the "Google Chrome Win" bot. Review URL: http://codereview.chromium.org/5445001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/google')
-rw-r--r--chrome/browser/google/google_update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google/google_update.cc b/chrome/browser/google/google_update.cc
index ca8e9bf..f9add94 100644
--- a/chrome/browser/google/google_update.cc
+++ b/chrome/browser/google/google_update.cc
@@ -35,7 +35,7 @@ bool CanUpdateCurrentChrome(const std::wstring& chrome_exe_path) {
#else
// TODO(tommi): Check if using the default distribution is always the right
// thing to do.
- BrowserDistribution* dist = BrowserDistribution::GetDistribution()
+ BrowserDistribution* dist = BrowserDistribution::GetDistribution();
std::wstring user_exe_path = installer::GetChromeInstallPath(false, dist);
std::wstring machine_exe_path = installer::GetChromeInstallPath(true, dist);
std::transform(user_exe_path.begin(), user_exe_path.end(),