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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/web_task_runner_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_task_runner_impl.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h b/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
index 722b941a047b4f0f09c34d2fbbb61a692da07764..a62de61fd8ae266d88da38a7d00cfc90a4319735 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
@@ -11,14 +11,14 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
+#include "platform/PlatformExport.h"
#include "platform/WebTaskRunner.h"
-#include "public/platform/WebCommon.h"
namespace blink {
namespace scheduler {
class TaskQueue;
-class BLINK_PLATFORM_EXPORT WebTaskRunnerImpl : public WebTaskRunner {
+class PLATFORM_EXPORT WebTaskRunnerImpl : public WebTaskRunner {
public:
static RefPtr<WebTaskRunnerImpl> Create(scoped_refptr<TaskQueue> task_queue);

Powered by Google App Engine
This is Rietveld 408576698