summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-10 20:04:12 +0000
committerfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-10 20:04:12 +0000
commit0a7930697932e2a79d52840211d969cdcac75919 (patch)
treecf2e27fafb49f971c588ddf378e04c3ff1c7f98f /chrome
parent233665dce6fc0061fa821ed8438884a0582348e5 (diff)
downloadchromium_src-0a7930697932e2a79d52840211d969cdcac75919.zip
chromium_src-0a7930697932e2a79d52840211d969cdcac75919.tar.gz
chromium_src-0a7930697932e2a79d52840211d969cdcac75919.tar.bz2
Google Update gave us a new IDL and asked us to change the CLSID const we use. Effectively there should be no change here. This is not required for the beta branch.
Review URL: http://codereview.chromium.org/1901 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/google_update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_update.cc b/chrome/browser/google_update.cc
index c30db63..c52c7ac 100644
--- a/chrome/browser/google_update.cc
+++ b/chrome/browser/google_update.cc
@@ -209,7 +209,7 @@ bool GoogleUpdate::InitiateGoogleUpdateCheck(bool install_if_newer,
CComPtr<IJobObserver> job_holder(job_observer);
CComPtr<IGoogleUpdate> on_demand;
- hr = on_demand.CoCreateInstance(CLSID_OnDemandClass);
+ hr = on_demand.CoCreateInstance(CLSID_OnDemandUserAppsClass);
if (hr != S_OK)
return ReportFailure(hr, GOOGLE_UPDATE_ONDEMAND_CLASS_NOT_FOUND, main_loop);