Chromium Code Reviews| Index: chrome/browser/shell_integration_win.cc |
| diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc |
| index fb1bd643b7d061084fed2ec030ee51c53bc17a58..ec08fbc2094da7c7e72c96ec203051fe6a97a044 100644 |
| --- a/chrome/browser/shell_integration_win.cc |
| +++ b/chrome/browser/shell_integration_win.cc |
| @@ -83,6 +83,7 @@ string16 GetAppListAppName() { |
| BrowserDistribution* dist = BrowserDistribution::GetDistribution(); |
| string16 app_name(dist->GetBaseAppId()); |
| app_name.append(kAppListAppNameSuffix); |
| + |
|
gab
2013/04/29 21:34:44
nit: Remove extra empty line.
calamity
2013/04/30 08:11:28
Done.
|
| return app_name; |
| } |