| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h
|
| index 4dbd685cda38e185c88921b032a27e27b5f00190..f0705f9adb7a454879c8b8eeb25ae7d52b570cc2 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h
|
| @@ -29,11 +29,11 @@
|
| #ifndef SVGImageChromeClient_h
|
| #define SVGImageChromeClient_h
|
|
|
| +#include <memory>
|
| #include "base/gtest_prod_util.h"
|
| #include "core/CoreExport.h"
|
| #include "core/loader/EmptyClients.h"
|
| #include "platform/Timer.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|