| Index: chrome/installer/util/google_chrome_distribution_dummy.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| index ac7c9b54f5cf4e60762360aaa25709c8061f2f65..ce2771f5b0607a9c3cea88cb7a8eeb28b5a2a963 100644
|
| --- a/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| @@ -46,7 +46,7 @@ string16 GoogleChromeDistribution::GetAlternateApplicationName() {
|
| return string16();
|
| }
|
|
|
| -string16 GoogleChromeDistribution::GetBrowserAppId() {
|
| +string16 GoogleChromeDistribution::GetBaseAppId() {
|
| NOTREACHED();
|
| return string16();
|
| }
|
|
|