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

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

Issue 2803613002: Rewrite references to "wtf/" to "platform/wtf/" in platform/testing. (Closed)
Patch Set: Fix compile error. (Why did this work before?) 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/testing/CompositorTest.h
diff --git a/third_party/WebKit/Source/platform/testing/CompositorTest.h b/third_party/WebKit/Source/platform/testing/CompositorTest.h
index 93445e0542983a3404a7f0369f2661add76c656a..f3b79e57be32b66ec0d252d68d5da19c703296ad 100644
--- a/third_party/WebKit/Source/platform/testing/CompositorTest.h
+++ b/third_party/WebKit/Source/platform/testing/CompositorTest.h
@@ -8,8 +8,8 @@
#include "base/memory/ref_counted.h"
#include "base/test/test_mock_time_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
+#include "platform/wtf/Noncopyable.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "wtf/Noncopyable.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h ('k') | third_party/WebKit/Source/platform/testing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698