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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_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/scheduler_tqm_delegate_impl.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
index b043ff4a1e09dcbb461a727a0b91f84d6571cb78..2d34af4c7775b63e49a7cf30f0dbec94ae5268ff 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
@@ -16,8 +16,7 @@
namespace blink {
namespace scheduler {
-class BLINK_PLATFORM_EXPORT SchedulerTqmDelegateImpl
- : public SchedulerTqmDelegate {
+class PLATFORM_EXPORT SchedulerTqmDelegateImpl : public SchedulerTqmDelegate {
public:
// |message_loop| is not owned and must outlive the lifetime of this object.
static scoped_refptr<SchedulerTqmDelegateImpl> Create(

Powered by Google App Engine
This is Rietveld 408576698