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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.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/worker_global_scope_scheduler.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h b/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
index 99f0d40befc274ee6c44f43fc92cf983f87862d7..f4596d328867be3117fc796d8540656548c2edf0 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
@@ -5,9 +5,9 @@
#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_WORKER_GLOBAL_SCOPE_SCHEDULER_H_
#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_WORKER_GLOBAL_SCOPE_SCHEDULER_H_
+#include "platform/PlatformExport.h"
#include "platform/scheduler/base/task_queue.h"
#include "platform/scheduler/child/web_task_runner_impl.h"
-#include "public/platform/WebCommon.h"
namespace blink {
namespace scheduler {
@@ -18,7 +18,7 @@ class WorkerScheduler;
// global scope is created and destructed when it's closed.
//
// Unless stated otherwise, all methods must be called on the worker thread.
-class BLINK_PLATFORM_EXPORT WorkerGlobalScopeScheduler {
+class PLATFORM_EXPORT WorkerGlobalScopeScheduler {
public:
explicit WorkerGlobalScopeScheduler(WorkerScheduler* worker_scheduler);
~WorkerGlobalScopeScheduler();

Powered by Google App Engine
This is Rietveld 408576698