| 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 8cc9dac54d30185b9a843cf59a8920bdaba75501..4488416b59cc5caa5da65aa0ca85b83b2cc10915 100644
|
| --- a/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| @@ -31,7 +31,7 @@ string16 GoogleChromeDistribution::GetAppGuid() {
|
| return string16();
|
| }
|
|
|
| -string16 GoogleChromeDistribution::GetApplicationName() {
|
| +string16 GoogleChromeDistribution::GetUnsuffixedAppName() {
|
| NOTREACHED();
|
| return string16();
|
| }
|
|
|