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

Unified Diff: third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.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 | « third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
diff --git a/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h b/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
index 3fdb2e9625e09a5be53aa1d6049c8f21c154c71b..e5b915b7322defaefa734ced7f8473085ac23981 100644
--- a/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
+++ b/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
@@ -7,13 +7,13 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "public/platform/WebCommon.h"
+#include "platform/PlatformExport.h"
#include "public/platform/scheduler/child/webthread_base.h"
namespace blink {
namespace scheduler {
-class BLINK_PLATFORM_EXPORT WebThreadImplForUtilityThread
+class PLATFORM_EXPORT WebThreadImplForUtilityThread
: public scheduler::WebThreadBase {
public:
WebThreadImplForUtilityThread();
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698