summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/sad_tab_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/sad_tab_view.h')
-rw-r--r--chrome/browser/views/sad_tab_view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/views/sad_tab_view.h b/chrome/browser/views/sad_tab_view.h
index 4f27199..37d8d99 100644
--- a/chrome/browser/views/sad_tab_view.h
+++ b/chrome/browser/views/sad_tab_view.h
@@ -12,7 +12,7 @@
//
// SadTabView
//
-// A ChromeViews::View subclass used to render the presentation of the crashed
+// A views::View subclass used to render the presentation of the crashed
// "sad tab" in the browser window when a renderer is destroyed unnaturally.
//
// Note that since this view is not (currently) part of a Container or
@@ -23,12 +23,12 @@
// processing will work.
//
///////////////////////////////////////////////////////////////////////////////
-class SadTabView : public ChromeViews::View {
+class SadTabView : public views::View {
public:
SadTabView();
virtual ~SadTabView() {}
- // Overridden from ChromeViews::View:
+ // Overridden from views::View:
virtual void Paint(ChromeCanvas* canvas);
virtual void Layout();