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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/RawResource.h

Issue 2797983002: Rewrite references to "wtf/" to "platform/wtf/" in platform/loader. (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/loader/fetch/RawResource.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/RawResource.h b/third_party/WebKit/Source/platform/loader/fetch/RawResource.h
index 1ae833d5eaf33b7feb3be0cc691d903c6dfec811..bebff434ed2c138c9b1a73e5ee8dd517fb4edc68 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/RawResource.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/RawResource.h
@@ -23,12 +23,12 @@
#ifndef RawResource_h
#define RawResource_h
+#include <memory>
#include "platform/PlatformExport.h"
#include "platform/loader/fetch/Resource.h"
#include "platform/loader/fetch/ResourceClient.h"
+#include "platform/wtf/WeakPtr.h"
#include "public/platform/WebDataConsumerHandle.h"
-#include "wtf/WeakPtr.h"
-#include <memory>
namespace blink {
class FetchRequest;

Powered by Google App Engine
This is Rietveld 408576698