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

Unified Diff: third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (Closed)
Patch Set: 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/threading/BackgroundTaskRunner.h
diff --git a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
index c99dd7f1b6cfa49f85d3daae4495e69ab1b068b3..c465d47a71e9631767b1cb63271a904b08205ad5 100644
--- a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
+++ b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
@@ -6,8 +6,8 @@
#define BackgroundTaskRunner_h
#include "platform/PlatformExport.h"
+#include "platform/wtf/Functional.h"
#include "public/platform/WebTraceLocation.h"
-#include "wtf/Functional.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698