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

Unified Diff: third_party/WebKit/Source/platform/exported/WrappedResourceRequest.h

Issue 2796233002: Rewrite references to "wtf/" to "platform/wtf/" in platform/exported. (Closed)
Patch Set: 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/exported/WrappedResourceRequest.h
diff --git a/third_party/WebKit/Source/platform/exported/WrappedResourceRequest.h b/third_party/WebKit/Source/platform/exported/WrappedResourceRequest.h
index 3c0f62b76bb9405aa3f889f64ca4273a73edb6a4..ab4bd35a3b7c1a33c5debdcfe8e9461e053c7ab7 100644
--- a/third_party/WebKit/Source/platform/exported/WrappedResourceRequest.h
+++ b/third_party/WebKit/Source/platform/exported/WrappedResourceRequest.h
@@ -31,9 +31,9 @@
#ifndef WrappedResourceRequest_h
#define WrappedResourceRequest_h
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Noncopyable.h"
#include "public/platform/WebURLRequest.h"
-#include "wtf/Allocator.h"
-#include "wtf/Noncopyable.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698