| Index: chrome/browser/chromeos/choose_mobile_network_dialog.h
|
| diff --git a/chrome/browser/chromeos/choose_mobile_network_dialog.h b/chrome/browser/chromeos/choose_mobile_network_dialog.h
|
| index 7b52773df661a312978154f5b872096b8d2e4729..84d4208d40c6557b6ea09fbd8cb53107ade703df 100644
|
| --- a/chrome/browser/chromeos/choose_mobile_network_dialog.h
|
| +++ b/chrome/browser/chromeos/choose_mobile_network_dialog.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/ui/webui/web_dialog_delegate.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| +#include "ui/web_dialogs/web_dialog_delegate.h"
|
|
|
| namespace chromeos {
|
|
|
| // Dialog for manual selection of cellular network.
|
| -class ChooseMobileNetworkDialog : public WebDialogDelegate {
|
| +class ChooseMobileNetworkDialog : public ui::WebDialogDelegate {
|
| public:
|
| // Shows the dialog box.
|
| static void ShowDialog(gfx::NativeWindow owning_window);
|
| @@ -21,7 +21,7 @@ class ChooseMobileNetworkDialog : public WebDialogDelegate {
|
| private:
|
| ChooseMobileNetworkDialog();
|
|
|
| - // Overridden from WebDialogDelegate:
|
| + // Overridden from ui::WebDialogDelegate:
|
| virtual ui::ModalType GetDialogModalType() const OVERRIDE;
|
| virtual string16 GetDialogTitle() const OVERRIDE;
|
| virtual GURL GetDialogContentURL() const OVERRIDE;
|
|
|