| 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 5f40cd3f631f367dd5afd8e945ff11070d040c9f..fe949bba1a1bdd13fd3a8c7a3514f6af7dce779f 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 {
|
|
|
|
|