| Index: cc/base/rolling_time_delta_history.h
|
| diff --git a/cc/base/rolling_time_delta_history.h b/cc/base/rolling_time_delta_history.h
|
| index 61ed339f74038ca8336769a9758a59641b79cba2..b45be0e5ec53c170c7c9e1d3810238c76711fb68 100644
|
| --- a/cc/base/rolling_time_delta_history.h
|
| +++ b/cc/base/rolling_time_delta_history.h
|
| @@ -12,13 +12,13 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| -#include "cc/base/cc_export.h"
|
| +#include "cc/base/base_export.h"
|
|
|
| namespace cc {
|
|
|
| // Stores a limited number of samples. When the maximum size is reached, each
|
| // insertion results in the deletion of the oldest remaining sample.
|
| -class CC_EXPORT RollingTimeDeltaHistory {
|
| +class CC_BASE_EXPORT RollingTimeDeltaHistory {
|
| public:
|
| explicit RollingTimeDeltaHistory(size_t max_size);
|
|
|
|
|