| Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| index c43da35f2e9ffd57f1c2c901ec8330e54260eed3..4779aed1436742178eddc40799beec83a917c6db 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| @@ -23,12 +23,12 @@
|
| #ifndef SVGAnimateElement_h
|
| #define SVGAnimateElement_h
|
|
|
| +#include <base/gtest_prod_util.h>
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CoreExport.h"
|
| #include "core/SVGNames.h"
|
| #include "core/svg/SVGAnimationElement.h"
|
| #include "platform/heap/Handle.h"
|
| -#include <base/gtest_prod_util.h>
|
|
|
| namespace blink {
|
|
|
|
|