Index: chrome/browser/chromeos/login/proxy_settings_dialog.h |
diff --git a/chrome/browser/chromeos/login/proxy_settings_dialog.h b/chrome/browser/chromeos/login/proxy_settings_dialog.h |
index f662f387ef944502cf37d364242475fe181c4fac..eb4bd417c112c040948ff807adf0971f89fb4c7c 100644 |
--- a/chrome/browser/chromeos/login/proxy_settings_dialog.h |
+++ b/chrome/browser/chromeos/login/proxy_settings_dialog.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. |
@@ -6,18 +6,18 @@ |
#define CHROME_BROWSER_CHROMEOS_LOGIN_PROXY_SETTINGS_DIALOG_H_ |
#pragma once |
-#include "chrome/browser/chromeos/login/login_html_dialog.h" |
+#include "chrome/browser/chromeos/login/login_web_dialog.h" |
#include "ui/gfx/native_widget_types.h" |
namespace chromeos { |
// Should be used on the UI thread only, because of static |instance_count_|. |
-class ProxySettingsDialog : public LoginHtmlDialog { |
+class ProxySettingsDialog : public LoginWebDialog { |
public: |
// Returns whether the dialog is being shown. |
static bool IsShown(); |
- ProxySettingsDialog(LoginHtmlDialog::Delegate* delegate, |
+ ProxySettingsDialog(LoginWebDialog::Delegate* delegate, |
gfx::NativeWindow window); |
virtual ~ProxySettingsDialog(); |