| Index: chrome/installer/util/google_chrome_sxs_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| index 570766071219843fca46db5a7c45fdd1f1bdbb57..b3b7ad852093b562d3a00742dc2d92e24c78c0f3 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| @@ -26,9 +26,8 @@ const wchar_t kCommandExecuteImplUuid[] =
|
| } // namespace
|
|
|
| GoogleChromeSxSDistribution::GoogleChromeSxSDistribution()
|
| - : GoogleChromeDistribution(
|
| - make_scoped_ptr(
|
| - new UpdatingAppRegistrationData(kChromeSxSGuid))) {
|
| + : GoogleChromeDistribution(make_scoped_ptr(new UpdatingAppRegistrationData(
|
| + kChromeSxSGuid)).Pass()) {
|
| }
|
|
|
| base::string16 GoogleChromeSxSDistribution::GetBaseAppName() {
|
|
|