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

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

Issue 2218933003: Revert of Make WebTraceLocation be an alias of tracked_objects::Location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 b739d1b4814d5897b297700e15079a33cb7a69a9..63dc4108c065f194d2a3cca843f1358a5cb566eb 100644
--- a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
+++ b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
@@ -6,10 +6,11 @@
#define BackgroundTaskRunner_h
#include "platform/PlatformExport.h"
-#include "public/platform/WebTraceLocation.h"
#include "wtf/Functional.h"
namespace blink {
+
+class WebTraceLocation;
namespace BackgroundTaskRunner {

Powered by Google App Engine
This is Rietveld 408576698