summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/sad_tab_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/sad_tab_view.h')
-rw-r--r--chrome/browser/ui/views/sad_tab_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/sad_tab_view.h b/chrome/browser/ui/views/sad_tab_view.h
index 5580013..7d571c0 100644
--- a/chrome/browser/ui/views/sad_tab_view.h
+++ b/chrome/browser/ui/views/sad_tab_view.h
@@ -30,7 +30,7 @@ class SadTabView : public views::View,
KILLED // The tab was killed. Display the killed tab page.
};
- explicit SadTabView(TabContents* tab_contents, Kind kind);
+ SadTabView(TabContents* tab_contents, Kind kind);
virtual ~SadTabView();
// Overridden from views::View: