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

Unified Diff: views/controls/throbber.cc

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: views/controls/throbber.cc
diff --git a/views/controls/throbber.cc b/views/controls/throbber.cc
index 19d42d232d65bc82f5cd1f8ea2519c84579c14c5..e750f0b8c1a76d8f3776d3be8e52ad5db60093b3 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();

Powered by Google App Engine
This is Rietveld 408576698