| Index: third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h b/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
|
| index 3fdb2e9625e09a5be53aa1d6049c8f21c154c71b..e5b915b7322defaefa734ced7f8473085ac23981 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "public/platform/WebCommon.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "public/platform/scheduler/child/webthread_base.h"
|
|
|
| namespace blink {
|
| namespace scheduler {
|
|
|
| -class BLINK_PLATFORM_EXPORT WebThreadImplForUtilityThread
|
| +class PLATFORM_EXPORT WebThreadImplForUtilityThread
|
| : public scheduler::WebThreadBase {
|
| public:
|
| WebThreadImplForUtilityThread();
|
|
|