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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.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/queueing_time_estimator.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h b/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h
index 131735a30b7392c90e892920f41a9b11200b2827..4bdd47519f24d08654b5cddf229fe1b5fefe2b35 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h
@@ -7,16 +7,16 @@
#include "base/macros.h"
#include "base/time/time.h"
-#include "public/platform/WebCommon.h"
+#include "platform/PlatformExport.h"
namespace blink {
namespace scheduler {
// Records the expected queueing time for a high priority task occurring
// randomly during each interval of length |window_duration|.
-class BLINK_PLATFORM_EXPORT QueueingTimeEstimator {
+class PLATFORM_EXPORT QueueingTimeEstimator {
public:
- class BLINK_PLATFORM_EXPORT Client {
+ class PLATFORM_EXPORT Client {
public:
virtual void OnQueueingTimeForWindowEstimated(
base::TimeDelta queueing_time) = 0;

Powered by Google App Engine
This is Rietveld 408576698