| Index: chrome/browser/google/google_update_win.cc
|
| diff --git a/chrome/browser/google/google_update_win.cc b/chrome/browser/google/google_update_win.cc
|
| index a23740bb0589e01480a7d12b047aec2f2bdebf55..1271cfc2d87e1d406b1060c82fca345e7fe3b3c2 100644
|
| --- a/chrome/browser/google/google_update_win.cc
|
| +++ b/chrome/browser/google/google_update_win.cc
|
| @@ -9,6 +9,7 @@
|
| #include <stdint.h>
|
| #include <string.h>
|
|
|
| +#include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| @@ -563,7 +564,7 @@ HRESULT UpdateCheckDriver::BeginUpdateCheckInternal(
|
| // Get a reference to the Chrome app in the bundle.
|
| if (!app_) {
|
| base::string16 app_guid =
|
| - installer::GetAppGuidForUpdates(system_level_install_);
|
| + BrowserDistribution::GetDistribution()->GetAppGuid();
|
| DCHECK(!app_guid.empty());
|
|
|
| base::win::ScopedComPtr<IDispatch> dispatch;
|
|
|