| 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 4d6c0055af8230d2fe7b2d8aa57bd9f3e197e769..dcf14ab8fa8962af54cefceabe8d931cdbf77558 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
|
| @@ -118,7 +118,7 @@ void AccountsOptionsHandler::WhitelistExistingUsers(const ListValue* args) {
|
| void AccountsOptionsHandler::Initialize() {
|
| DCHECK(web_ui_);
|
| banner_handler_.reset(
|
| - new OptionsManagedBannerHandler(web_ui_,
|
| + OptionsManagedBannerHandler::Create(web_ui_,
|
| ASCIIToUTF16("AccountsOptions"),
|
| OPTIONS_PAGE_ACCOUNTS));
|
| }
|
|
|