| Index: third_party/WebKit/Source/platform/scheduler/base/time_domain.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/time_domain.h b/third_party/WebKit/Source/platform/scheduler/base/time_domain.h
|
| index 82db58b8f2cd520c568fbc6135675fe0d309c1f1..6f1abcf09a6f498ebd420b40ddf0fb2ff48c6158 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/time_domain.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/time_domain.h
|
| @@ -34,7 +34,7 @@ class TaskQueueManager;
|
| // Note the TimeDomain only knows about the first wake-up per queue, it's the
|
| // responsibility of TaskQueueImpl to keep the time domain up to date if this
|
| // changes.
|
| -class BLINK_PLATFORM_EXPORT TimeDomain {
|
| +class PLATFORM_EXPORT TimeDomain {
|
| public:
|
| TimeDomain();
|
| virtual ~TimeDomain();
|
|
|