| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 91c6f55f68652e402c5b44f8c1b1503b0c5d2577..37d1df18a4c364f01665cb4958ffb80a0d0321b4 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -147,7 +147,7 @@ void BrowserOptionsHandler::RegisterMessages() {
|
| base::Unretained(this)));
|
| }
|
|
|
| -void BrowserOptionsHandler::Initialize() {
|
| +void BrowserOptionsHandler::InitializeHandler() {
|
| Profile* profile = Profile::FromWebUI(web_ui());
|
|
|
| // Create our favicon data source.
|
|
|