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

Unified Diff: components/scheduler/child/webthread_base.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
« no previous file with comments | « components/scheduler/child/web_task_runner_impl.cc ('k') | components/scheduler/child/webthread_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/child/webthread_base.h
diff --git a/components/scheduler/child/webthread_base.h b/components/scheduler/child/webthread_base.h
index 0546cd9e6984b1c6962f201198cf7f3a85c96d78..0075d5f39f24742e1582ad47b22a9d224a76c19c 100644
--- a/components/scheduler/child/webthread_base.h
+++ b/components/scheduler/child/webthread_base.h
@@ -11,7 +11,10 @@
#include "base/threading/thread.h"
#include "components/scheduler/scheduler_export.h"
#include "third_party/WebKit/public/platform/WebThread.h"
-#include "third_party/WebKit/public/platform/WebTraceLocation.h"
+
+namespace blink {
+class WebTraceLocation;
+}
namespace scheduler {
class SingleThreadIdleTaskRunner;
« no previous file with comments | « components/scheduler/child/web_task_runner_impl.cc ('k') | components/scheduler/child/webthread_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698