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

Unified Diff: third_party/WebKit/Source/core/loader/resource/ImageResource.cpp

Issue 2815053002: Rewrite references to "wtf/" to "platform/wtf/" in core/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/core/loader/resource/ImageResource.cpp
diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp b/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
index 584eaf2d7b97709885e9de6338d1cfd33cb64096..482c3a11e05a65c054cf0fe09be9e93d0f8e129d 100644
--- a/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
@@ -40,10 +40,10 @@
#include "platform/loader/fetch/ResourceLoadingLog.h"
#include "platform/network/HTTPParsers.h"
#include "platform/weborigin/SecurityViolationReportingPolicy.h"
+#include "platform/wtf/CurrentTime.h"
+#include "platform/wtf/StdLibExtras.h"
#include "public/platform/Platform.h"
#include "v8/include/v8.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/StdLibExtras.h"
namespace blink {
namespace {

Powered by Google App Engine
This is Rietveld 408576698