summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/external_protocol_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/external_protocol_dialog.cc')
-rw-r--r--chrome/browser/views/external_protocol_dialog.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/views/external_protocol_dialog.cc b/chrome/browser/views/external_protocol_dialog.cc
index cc85b0e..aa9308d 100644
--- a/chrome/browser/views/external_protocol_dialog.cc
+++ b/chrome/browser/views/external_protocol_dialog.cc
@@ -41,7 +41,7 @@ ExternalProtocolDialog::~ExternalProtocolDialog() {
}
//////////////////////////////////////////////////////////////////////////////
-// ExternalProtocolDialog, ChromeViews::DialogDelegate implementation:
+// ExternalProtocolDialog, views::DialogDelegate implementation:
int ExternalProtocolDialog::GetDialogButtons() const {
return DIALOGBUTTON_OK | DIALOGBUTTON_CANCEL;
@@ -82,7 +82,7 @@ bool ExternalProtocolDialog::Accept() {
return true;
}
-ChromeViews::View* ExternalProtocolDialog::GetContentsView() {
+views::View* ExternalProtocolDialog::GetContentsView() {
return message_box_view_;
}
@@ -116,7 +116,7 @@ ExternalProtocolDialog::ExternalProtocolDialog(TabContents* tab_contents,
root_hwnd = NULL;
}
- ChromeViews::Window::CreateChromeWindow(root_hwnd, gfx::Rect(), this)->Show();
+ views::Window::CreateChromeWindow(root_hwnd, gfx::Rect(), this)->Show();
}
/* static */