| Index: chrome/browser/web_resource/notification_promo.cc
|
| diff --git a/chrome/browser/web_resource/notification_promo.cc b/chrome/browser/web_resource/notification_promo.cc
|
| index c2f95dc43afcc38cc9389617cdab9797fd255342..4baf2191f4a33abfe4a397a24b8174ffd79331c8 100644
|
| --- a/chrome/browser/web_resource/notification_promo.cc
|
| +++ b/chrome/browser/web_resource/notification_promo.cc
|
| @@ -75,7 +75,7 @@ std::string PlatformString() {
|
| return "linux";
|
| #elif defined(OS_ANDROID)
|
| const bool isTablet =
|
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kTabletUi);
|
| + CommandLine::ForCurrentProcess()->HasSwitch(switches::kTabletUI);
|
| return std::string("android-") + (isTablet ? "tablet" : "phone");
|
| #else
|
| return "none";
|
|
|