Index: chrome/browser/ui/toolbar/wrench_menu_model.cc |
diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.cc b/chrome/browser/ui/toolbar/wrench_menu_model.cc |
index c92206a9a171199d720e218916555c8e09210fd9..650d5e8083fbd6506b22600021e20985224cefca 100644 |
--- a/chrome/browser/ui/toolbar/wrench_menu_model.cc |
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.cc |
@@ -876,7 +876,7 @@ void WrenchMenuModel::Build() { |
// appended when this is a touch menu - otherwise it would get added twice. |
CreateCutCopyPasteMenu(); |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableDomDistiller)) { |
AddItemWithStringId(IDC_DISTILL_PAGE, IDS_DISTILL_PAGE); |
} |
@@ -921,7 +921,7 @@ void WrenchMenuModel::Build() { |
#endif |
#if defined(OS_CHROMEOS) |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
chromeos::switches::kEnableRequestTabletSite)) |
AddCheckItemWithStringId(IDC_TOGGLE_REQUEST_TABLET_SITE, |
IDS_TOGGLE_REQUEST_TABLET_SITE); |