Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: chrome/browser/ui/views/sad_tab_view.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8694aa4b1c26c4cf319850409f14e4bfc40f2b50..e87ecb44c021495c9cdf42244d757958feedac2d 100644
--- a/chrome/browser/ui/views/sad_tab_view.h
+++ b/chrome/browser/ui/views/sad_tab_view.h
@@ -31,7 +31,7 @@ class SadTabView : public views::View,
};
explicit SadTabView(TabContents* tab_contents, Kind kind);
- virtual ~SadTabView() {}
+ virtual ~SadTabView();
// Overridden from views::View:
virtual void OnPaint(gfx::Canvas* canvas);

Powered by Google App Engine
This is Rietveld 408576698