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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/real_time_domain.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/base/real_time_domain.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h b/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h
index 872cde9e76e2930606c68056041eebbeef013609..9b787c1a614ad42312e8f4df77a14da7999fce35 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h
@@ -8,13 +8,13 @@
#include <set>
#include "base/macros.h"
+#include "platform/PlatformExport.h"
#include "platform/scheduler/base/time_domain.h"
-#include "public/platform/WebCommon.h"
namespace blink {
namespace scheduler {
-class BLINK_PLATFORM_EXPORT RealTimeDomain : public TimeDomain {
+class PLATFORM_EXPORT RealTimeDomain : public TimeDomain {
public:
explicit RealTimeDomain(const char* tracing_category);
~RealTimeDomain() override;

Powered by Google App Engine
This is Rietveld 408576698