Index: chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc |
index d6a3707e5fff35906c098b282955f555a4985bbf..34945e2575561eeff8d061db53de44bfab9e2722 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc |
@@ -80,7 +80,7 @@ void NTPResourceCache::CreateNewTabHTML() { |
ui::SCALE_FACTOR_NONE)); |
localized_strings.SetString( |
"device", |
- CommandLine::ForCurrentProcess()->HasSwitch(switches::kTabletUi) ? |
+ CommandLine::ForCurrentProcess()->HasSwitch(switches::kTabletUI) ? |
"tablet" : "phone"); |
const char* new_tab_link = kLearnMoreIncognitoUrl; |
string16 learnMoreLink = ASCIIToUTF16( |