Index: chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc |
index 5b251480c5bf762af195a5ebd43577b2a22577a1..b4c82f268a74f97c53e25ce55e2c8f9b826b0690 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.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. |
@@ -86,7 +86,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() ? |