| Index: chrome/browser/ui/webui/options/autofill_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h
|
| index ed1d0a7437d02d4a7ba158d2944e710e9f13574b..f083f9c90fe29aae5b8c6e11b48894bf36331942 100644
|
| --- a/chrome/browser/ui/webui/options/autofill_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/autofill_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.
|
|
|
| @@ -27,7 +27,7 @@ class AutofillOptionsHandler : public OptionsPageUIHandler,
|
| // OptionsPageUIHandler implementation.
|
| virtual void GetLocalizedValues(
|
| base::DictionaryValue* localized_strings) OVERRIDE;
|
| - virtual void Initialize() OVERRIDE;
|
| + virtual void InitializeHandler() OVERRIDE;
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|
| // PersonalDataManagerObserver implementation.
|
|
|