| Index: Source/core/inspector/InspectorTimelineAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorTimelineAgent.cpp b/Source/core/inspector/InspectorTimelineAgent.cpp
|
| index d2e15d02ec8bb2718db204614b4b03179a00cceb..ff902a167cc6d93273e7556bff06be00a481b15a 100644
|
| --- a/Source/core/inspector/InspectorTimelineAgent.cpp
|
| +++ b/Source/core/inspector/InspectorTimelineAgent.cpp
|
| @@ -49,11 +49,11 @@
|
| #include "core/inspector/TimelineTraceEventProcessor.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/page/PageConsole.h"
|
| -#include "core/platform/MemoryUsageSupport.h"
|
| #include "core/platform/graphics/chromium/DeferredImageDecoder.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/RenderView.h"
|
| #include "core/xml/XMLHttpRequest.h"
|
| +#include "platform/MemoryUsageSupport.h"
|
| #include "platform/TraceEvent.h"
|
| #include "platform/network/ResourceRequest.h"
|
|
|
|
|