| Index: chrome/installer/util/chrome_frame_distribution.cc
|
| diff --git a/chrome/installer/util/chrome_frame_distribution.cc b/chrome/installer/util/chrome_frame_distribution.cc
|
| index 8be7d497219935466516aa7fd981db9466591ce5..049825a857fdd698e3590e4d774a9f630e1ab621 100644
|
| --- a/chrome/installer/util/chrome_frame_distribution.cc
|
| +++ b/chrome/installer/util/chrome_frame_distribution.cc
|
| @@ -32,7 +32,7 @@ string16 ChromeFrameDistribution::GetAppGuid() {
|
| return kChromeFrameGuid;
|
| }
|
|
|
| -string16 ChromeFrameDistribution::GetApplicationName() {
|
| +string16 ChromeFrameDistribution::GetBaseAppName() {
|
| return L"Google Chrome Frame";
|
| }
|
|
|
|
|