Index: chrome/browser/ui/ash/app_sync_ui_state.cc |
diff --git a/chrome/browser/ui/ash/app_sync_ui_state.cc b/chrome/browser/ui/ash/app_sync_ui_state.cc |
index eb5abc9f7bfe1933daf0121ae1ff10ad7f92759f..16df5a88c8c1f3cc15c2301ed17ecc925bc421de 100644 |
--- a/chrome/browser/ui/ash/app_sync_ui_state.cc |
+++ b/chrome/browser/ui/ash/app_sync_ui_state.cc |
@@ -37,7 +37,7 @@ AppSyncUIState* AppSyncUIState::Get(Profile* profile) { |
// static |
bool AppSyncUIState::ShouldObserveAppSyncForProfile(Profile* profile) { |
#if defined(OS_CHROMEOS) |
- if (chromeos::UserManager::Get()->IsLoggedInAsGuest()) |
+ if (chromeos::GetUserManager()->IsLoggedInAsGuest()) |
return false; |
if (!profile || profile->IsOffTheRecord()) |