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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/scheduler_helper.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/scheduler_helper.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/scheduler_helper.h b/third_party/WebKit/Source/platform/scheduler/child/scheduler_helper.h
index 46bb9ee16213f1544be6c583699ae087a182426d..088e140a1647b2a8301c108ae539b5ba185797a7 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/scheduler_helper.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/scheduler_helper.h
@@ -18,8 +18,7 @@ namespace scheduler {
class SchedulerTqmDelegate;
// Common scheduler functionality for default tasks.
-class BLINK_PLATFORM_EXPORT SchedulerHelper
- : public TaskQueueManager::Observer {
+class PLATFORM_EXPORT SchedulerHelper : public TaskQueueManager::Observer {
public:
// Category strings must have application lifetime (statics or
// literals). They may not include " chars.
@@ -77,7 +76,7 @@ class BLINK_PLATFORM_EXPORT SchedulerHelper
// Creates a new TaskQueue with the given |spec|.
scoped_refptr<TaskQueue> NewTaskQueue(const TaskQueue::Spec& spec);
- class BLINK_PLATFORM_EXPORT Observer {
+ class PLATFORM_EXPORT Observer {
public:
virtual ~Observer() {}

Powered by Google App Engine
This is Rietveld 408576698