Index: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
index 80b714b389eb1d58c2636f36ab80156a8ac95e36..929ae63cde9bd0192fea29d8ee2b3c9b745dea5a 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
@@ -223,7 +223,7 @@ class AccessibilityDelegateImpl : public ash::AccessibilityDelegate { |
} // anonymous namespace |
bool ChromeShellDelegate::IsFirstRunAfterBoot() const { |
- return CommandLine::ForCurrentProcess()->HasSwitch( |
+ return base::CommandLine::ForCurrentProcess()->HasSwitch( |
chromeos::switches::kFirstExecAfterBoot); |
} |