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

Unified Diff: third_party/WebKit/Source/core/layout/ImageQualityController.h

Issue 2809363002: Rewrite references to "wtf/" to "platform/wtf/" in core/layout. (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/layout/ImageQualityController.h
diff --git a/third_party/WebKit/Source/core/layout/ImageQualityController.h b/third_party/WebKit/Source/core/layout/ImageQualityController.h
index 2ab1f379f0aa79a9033b1c42129eb2e785cf57de..81b7f1d1aaf4976f986cf445d073058a69c9e6c0 100644
--- a/third_party/WebKit/Source/core/layout/ImageQualityController.h
+++ b/third_party/WebKit/Source/core/layout/ImageQualityController.h
@@ -31,13 +31,13 @@
#ifndef ImageQualityController_h
#define ImageQualityController_h
+#include <memory>
#include "base/gtest_prod_util.h"
#include "core/CoreExport.h"
#include "platform/Timer.h"
#include "platform/geometry/LayoutSize.h"
#include "platform/graphics/Image.h"
-#include "wtf/HashMap.h"
-#include <memory>
+#include "platform/wtf/HashMap.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698