From 81b14e7a8d0690e65701b96d305e12eef9afa71f Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Fri, 7 Oct 2011 21:18:36 +0000 Subject: base::Bind: Cleanups in geolocation/. BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8199012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104563 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/google/google_update.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/google/google_update.h') diff --git a/chrome/browser/google/google_update.h b/chrome/browser/google/google_update.h index 293f2ca..a5e59a5 100644 --- a/chrome/browser/google/google_update.h +++ b/chrome/browser/google/google_update.h @@ -123,7 +123,7 @@ class GoogleUpdate : public base::RefCountedThreadSafe { // to the message loop that we want the response to come from. // |window| should point to a foreground window. This is needed to ensure that // Vista/Windows 7 UAC prompts show up in the foreground. It may also be null. - bool InitiateGoogleUpdateCheck(bool install_if_newer, views::Widget* window, + void InitiateGoogleUpdateCheck(bool install_if_newer, views::Widget* window, MessageLoop* main_loop); // This function reports the results of the GoogleUpdate operation to the -- cgit v1.1