| Index: chrome/installer/util/google_chrome_distribution.cc
 | 
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
 | 
| index 4b41b44954aea355588601d50945c5ca99f360d0..98cc8ff37885527bdd98ab7d2269ad6a5dd5b87e 100644
 | 
| --- a/chrome/installer/util/google_chrome_distribution.cc
 | 
| +++ b/chrome/installer/util/google_chrome_distribution.cc
 | 
| @@ -434,7 +434,7 @@ string16 GoogleChromeDistribution::GetAlternateApplicationName() {
 | 
|    return alt_product_name;
 | 
|  }
 | 
|  
 | 
| -string16 GoogleChromeDistribution::GetBrowserAppId() {
 | 
| +string16 GoogleChromeDistribution::GetBaseAppId() {
 | 
|    return kBrowserAppId;
 | 
|  }
 | 
|  
 | 
| 
 |