| Index: third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| index 9e81eeccb164dc291cb50ef3a3aaceeef8293720..35f574e4c2040c875816d07993b5578165bcfaaa 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "core/inspector/V8InspectorString.h"
|
| #include "platform/Decimal.h"
|
| #include "platform/animation/TimingFunction.h"
|
| -#include "wtf/text/Base64.h"
|
| +#include "platform/wtf/text/Base64.h"
|
|
|
| namespace AnimationAgentState {
|
| static const char animationAgentEnabled[] = "animationAgentEnabled";
|
|
|