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

Unified Diff: third_party/WebKit/Source/platform/testing/ArenaTestHelpers.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/CompositorTest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h b/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
index d1797a5709ecfae45a6c55d5ac254f9634048687..504077d2f79c30b003d68ab315a817653958b8ec 100644
--- a/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
+++ b/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
@@ -27,8 +27,8 @@
#define ArenaTestHelpers_h
#include "platform/PODArena.h"
-#include "wtf/NotFound.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/NotFound.h"
+#include "platform/wtf/Vector.h"
#include <gtest/gtest.h>
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/CompositorTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698