Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
index c55719d8fb54020d24ba80bc7118ff80f02b04e2..c38e1928723bee37cec71e158137343247549afa 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
@@ -36,7 +36,6 @@ |
#include "core/inspector/InspectorBaseAgent.h" |
#include "core/inspector/InspectorPageAgent.h" |
#include "core/inspector/protocol/Network.h" |
-#include "platform/Timer.h" |
#include "platform/heap/Handle.h" |
#include "wtf/text/WTFString.h" |
@@ -280,7 +279,7 @@ class CORE_EXPORT InspectorNetworkAgent final |
HeapHashSet<Member<XMLHttpRequest>> m_replayXHRs; |
HeapHashSet<Member<XMLHttpRequest>> m_replayXHRsToBeDeleted; |
- Timer<InspectorNetworkAgent> m_removeFinishedReplayXHRTimer; |
+ TaskRunnerTimer<InspectorNetworkAgent> m_removeFinishedReplayXHRTimer; |
}; |
} // namespace blink |