Index: cc/debug/lap_timer.h |
diff --git a/cc/debug/lap_timer.h b/cc/debug/lap_timer.h |
index 7ec9a8cca5c1ae64fd76bd99d5ca99a4a8055e5f..90b27b17d408fdd0b7a6bea541ef88d920f99eab 100644 |
--- a/cc/debug/lap_timer.h |
+++ b/cc/debug/lap_timer.h |
@@ -6,7 +6,6 @@ |
#define CC_DEBUG_LAP_TIMER_H_ |
#include "base/time/time.h" |
-#include "cc/base/cc_export.h" |
namespace cc { |
@@ -20,7 +19,7 @@ namespace cc { |
// If you set the time_limit then you can use HasTimeLimitExpired() to see if |
// the current accumulated time has crossed that threshold, with an optimization |
// that it only tests this every check_interval laps. |
-class CC_EXPORT LapTimer { |
+class LapTimer { |
public: |
LapTimer(int warmup_laps, base::TimeDelta time_limit, int check_interval); |
// Resets the timer back to it's starting state. |