From 164606478faaa606df0c3d2637c4c0a476a59414 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 4 Mar 2011 23:15:53 +0000 Subject: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. BUG=carnitas TEST=compiles Review URL: http://codereview.chromium.org/6622002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76992 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/throbber.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/controls/throbber.cc') diff --git a/views/controls/throbber.cc b/views/controls/throbber.cc index 19d42d2..e750f0b 100644 --- a/views/controls/throbber.cc +++ b/views/controls/throbber.cc @@ -104,6 +104,8 @@ SmoothedThrobber::SmoothedThrobber(int frame_time_ms) stop_delay_ms_(kStopDelay) { } +SmoothedThrobber::~SmoothedThrobber() {} + void SmoothedThrobber::Start() { stop_timer_.Stop(); -- cgit v1.1