| Index: chrome/browser/ui/webui/options/core_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/core_options_handler.h b/chrome/browser/ui/webui/options/core_options_handler.h
|
| index 96308d68bad6cf4c5189e26b578847a30e100a05..fa7046e39c3e958361c438fbd8a1345d4777ed9b 100644
|
| --- a/chrome/browser/ui/webui/options/core_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/core_options_handler.h
|
| @@ -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.
|
|
|
| @@ -23,7 +23,7 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
|
| virtual ~CoreOptionsHandler();
|
|
|
| // OptionsPageUIHandler implementation.
|
| - virtual void Initialize() OVERRIDE;
|
| + virtual void InitializeHandler() OVERRIDE;
|
| virtual void GetLocalizedValues(DictionaryValue* localized_strings) OVERRIDE;
|
| virtual void Uninitialize() OVERRIDE;
|
|
|
|
|