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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h

Issue 2836853003: scheduler: Use PLATFORM_EXPORT instead of BLINK_PLATFORM_EXPORT (Closed)
Patch Set: Rebased Created 3 years, 8 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
Index: third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h b/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
index 29736e08b85961113d482d845d09cfc62ff3b6ea..af3f016639ffffc8bd290f688f228c7d5a89666d 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
@@ -10,9 +10,9 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
+#include "platform/PlatformExport.h"
#include "platform/scheduler/base/task_queue.h"
#include "platform/scheduler/child/web_scheduler.h"
-#include "public/platform/WebCommon.h"
#include "public/platform/WebThread.h"
namespace blink {
@@ -22,7 +22,7 @@ class ChildScheduler;
class SingleThreadIdleTaskRunner;
class WebTaskRunnerImpl;
-class BLINK_PLATFORM_EXPORT WebSchedulerImpl : public WebScheduler {
+class PLATFORM_EXPORT WebSchedulerImpl : public WebScheduler {
public:
WebSchedulerImpl(ChildScheduler* child_scheduler,
scoped_refptr<SingleThreadIdleTaskRunner> idle_task_runner,

Powered by Google App Engine
This is Rietveld 408576698