Index: chrome/browser/chromeos/login/user_manager_impl.cc |
diff --git a/chrome/browser/chromeos/login/user_manager_impl.cc b/chrome/browser/chromeos/login/user_manager_impl.cc |
index 546e47b72172190eed504978d71be710ea357d0a..afa66d86249f97bf394b0483a761d5f2c71481de 100644 |
--- a/chrome/browser/chromeos/login/user_manager_impl.cc |
+++ b/chrome/browser/chromeos/login/user_manager_impl.cc |
@@ -41,6 +41,7 @@ |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/pref_names.h" |
+#include "chromeos/chromeos_switches.h" |
#include "chromeos/cryptohome/async_method_caller.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_service.h" |
@@ -243,7 +244,7 @@ void UserManagerImpl::UserLoggedIn(const std::string& email, |
bool browser_restart) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
- if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles)) |
+ if (!CommandLine::ForCurrentProcess()->HasSwitch(::switches::kMultiProfiles)) |
DCHECK(!IsUserLoggedIn()); |
if (email == kGuestUserEMail) { |