| Index: chrome/browser/ui/webui/options/personal_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/personal_options_handler.h b/chrome/browser/ui/webui/options/personal_options_handler.h
|
| index ef714fe92165f55e83edca658d5d2b79f1793622..fc6512df28ec185d397ef9394a25d20d3d592505 100644
|
| --- a/chrome/browser/ui/webui/options/personal_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/personal_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.
|
|
|
| @@ -22,7 +22,7 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
|
|
|
| // OptionsPageUIHandler implementation.
|
| virtual void GetLocalizedValues(DictionaryValue* localized_strings) OVERRIDE;
|
| - virtual void Initialize() OVERRIDE;
|
| + virtual void InitializeHandler() OVERRIDE;
|
|
|
| // WebUIMessageHandler implementation.
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|