| Index: chrome/browser/ui/views/sad_tab_view.h
|
| diff --git a/chrome/browser/ui/views/sad_tab_view.h b/chrome/browser/ui/views/sad_tab_view.h
|
| index 5580013d61b3388f33d967c4f90ea36cef01edc3..7d571c02b3fccdd25ccc48ba05b6d33618a69051 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:
|
|
|