| Index: chrome/browser/ui/webui/options/password_manager_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/password_manager_handler.h b/chrome/browser/ui/webui/options/password_manager_handler.h
|
| index 7466b031b08d4b5f8ca20b5b7bc8fab22f9c4952..424334c2ad2f40ed7fffc11c2a5df85978e7f371 100644
|
| --- a/chrome/browser/ui/webui/options/password_manager_handler.h
|
| +++ b/chrome/browser/ui/webui/options/password_manager_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 PasswordManagerHandler : public OptionsPageUIHandler,
|
|
|
| // OptionsPageUIHandler implementation.
|
| virtual void GetLocalizedValues(DictionaryValue* localized_strings) OVERRIDE;
|
| - virtual void Initialize() OVERRIDE;
|
| + virtual void InitializeHandler() OVERRIDE;
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|
| // PasswordStore::Observer implementation.
|
|
|