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

Unified Diff: third_party/WebKit/Source/platform/testing/CompositorTest.h

Issue 1971743003: Fix include path for moved thread_task_runner_handle.h header in third_party/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: fix one more recent include Created 4 years, 7 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/testing/CompositorTest.h
diff --git a/third_party/WebKit/Source/platform/testing/CompositorTest.h b/third_party/WebKit/Source/platform/testing/CompositorTest.h
index d41827879d7ab20f52ae0cd3bba1937ed539d814..08f0f9b5baffe64f1065b7c4a65dd92ff94665ca 100644
--- a/third_party/WebKit/Source/platform/testing/CompositorTest.h
+++ b/third_party/WebKit/Source/platform/testing/CompositorTest.h
@@ -7,7 +7,7 @@
#include "base/memory/ref_counted.h"
#include "base/test/test_mock_time_task_runner.h"
-#include "base/thread_task_runner_handle.h"
+#include "base/threading/thread_task_runner_handle.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "wtf/Noncopyable.h"

Powered by Google App Engine
This is Rietveld 408576698