Index: chrome/browser/ui/browser_command_controller.cc |
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc |
index d1e5f5fafe62d7aaabd1ba1a98a85fae1288a074..b0ce210b3c06432e521016eb3b7321dc02743a26 100644 |
--- a/chrome/browser/ui/browser_command_controller.cc |
+++ b/chrome/browser/ui/browser_command_controller.cc |
@@ -1015,9 +1015,8 @@ void BrowserCommandController::InitCommandState() { |
// Distill current page. |
command_updater_.UpdateCommandEnabled( |
- IDC_DISTILL_PAGE, |
- CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableDomDistiller)); |
+ IDC_DISTILL_PAGE, base::CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kEnableDomDistiller)); |
// Initialize other commands whose state changes based on various conditions. |
UpdateCommandsForFullscreenMode(); |