Index: chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc |
diff --git a/chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc |
index 72a6243cdba1936e514367e67b7b2c003719f573..52c94b78645ca82e20230f6cf9ca64af067867ed 100644 |
--- a/chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc |
+++ b/chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -88,7 +88,7 @@ void AccountsOptionsHandler::GetLocalizedValues( |
localized_strings->SetString("owner_user_id", UTF8ToUTF16(display_email)); |
localized_strings->SetString("current_user_is_owner", |
- UserManager::Get()->current_user_is_owner() ? |
+ UserManager::Get()->IsCurrentUserOwner() ? |
ASCIIToUTF16("true") : ASCIIToUTF16("false")); |
localized_strings->SetString("logged_in_as_guest", |
UserManager::Get()->IsLoggedInAsGuest() ? |