Index: chrome/browser/ui/webui/options2/manage_profile_handler2.h |
diff --git a/chrome/browser/ui/webui/options2/manage_profile_handler2.h b/chrome/browser/ui/webui/options2/manage_profile_handler2.h |
index 2790b3e3bbad25fb25eace123215e2961cf47606..7dbf58b6628c62f7aecf0077da3117aaaefb87f1 100644 |
--- a/chrome/browser/ui/webui/options2/manage_profile_handler2.h |
+++ b/chrome/browser/ui/webui/options2/manage_profile_handler2.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. |
@@ -19,7 +19,8 @@ class ManageProfileHandler : public OptionsPageUIHandler { |
// OptionsPageUIHandler: |
virtual void GetLocalizedValues( |
base::DictionaryValue* localized_strings) OVERRIDE; |
- virtual void Initialize() OVERRIDE; |
+ virtual void InitializeHandler() OVERRIDE; |
+ virtual void InitializePage() OVERRIDE; |
// WebUIMessageHandler: |
virtual void RegisterMessages() OVERRIDE; |