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

Unified Diff: third_party/WebKit/Source/platform/testing/FuzzedDataProvider.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/FuzzedDataProvider.h
diff --git a/third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h b/third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h
index 88020ca9dde872d0d4a32b4a5158bd47f408db5e..731f44174c6ffbbe0a1c9ebdb6ae000daaba18c5 100644
--- a/third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h
+++ b/third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h
@@ -6,8 +6,8 @@
#define FuzzedDataProvider_h
#include "base/test/fuzzed_data_provider.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/text/CString.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/text/CString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698