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

Unified Diff: remoting/base/running_average.h

Issue 11087021: Cleanup: IWYU for base/time.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « net/base/crl_set.cc ('k') | remoting/client/chromoting_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/running_average.h
===================================================================
--- remoting/base/running_average.h (revision 160754)
+++ remoting/base/running_average.h (working copy)
@@ -17,7 +17,6 @@
#include "base/basictypes.h"
#include "base/synchronization/lock.h"
-#include "base/time.h"
namespace remoting {
@@ -25,7 +24,7 @@
public:
// Construct a running average counter for a specific window size. The
// |windows_size| most recent values are kept and the average is reported.
- RunningAverage(int window_size);
+ explicit RunningAverage(int window_size);
virtual ~RunningAverage();
« no previous file with comments | « net/base/crl_set.cc ('k') | remoting/client/chromoting_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698