| 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 {
|
|
|
|
|