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 560436a017b78b3cb8c55ebd3f10db1f21adc915..19daec9b5ef5f8137b858735a4877cf8253aba29 100644 |
--- a/chrome/browser/web_resource/notification_promo.cc |
+++ b/chrome/browser/web_resource/notification_promo.cc |
@@ -59,7 +59,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"; |