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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/lazy_now.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/scheduler/base/lazy_now.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/lazy_now.h b/third_party/WebKit/Source/platform/scheduler/base/lazy_now.h
index 1b63f0faf4fede38997b3a039753aa81497ed6a8..2cb6d0b036e5c15c89f429d51d1c9f09f2e07672 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/lazy_now.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/lazy_now.h
@@ -6,7 +6,7 @@
#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_LAZY_NOW_H_
#include "base/time/time.h"
-#include "public/platform/WebCommon.h"
+#include "platform/PlatformExport.h"
namespace base {
class TickClock;
@@ -17,7 +17,7 @@ namespace scheduler {
// Now() is somewhat expensive so it makes sense not to call Now() unless we
// really need to.
-class BLINK_PLATFORM_EXPORT LazyNow {
+class PLATFORM_EXPORT LazyNow {
public:
explicit LazyNow(base::TimeTicks now) : tick_clock_(nullptr), now_(now) {
DCHECK(!now.is_null());
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698