Index: chrome/browser/ui/webui/options/content_settings_handler.cc |
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc |
index 1db488627240826ec44e452d91da3c33485313dd..6cf900b6bfbc2d61643a55c306cccd560b3c5b33 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
@@ -1309,7 +1309,7 @@ void ContentSettingsHandler::SetContentFilter(const base::ListValue* args) { |
#if defined(OS_CHROMEOS) |
// ChromeOS special case : in Guest mode settings are opened in Incognito |
// mode, so we need original profile to actually modify settings. |
- if (chromeos::UserManager::Get()->IsLoggedInAsGuest()) |
+ if (chromeos::GetUserManager()->IsLoggedInAsGuest()) |
profile = profile->GetOriginalProfile(); |
#endif |