Index: Source/core/inspector/InspectorTimelineAgent.cpp |
diff --git a/Source/core/inspector/InspectorTimelineAgent.cpp b/Source/core/inspector/InspectorTimelineAgent.cpp |
index be3916bffada8f8e18f0a8b759e7d08ad245cca6..683e9cb926e7e6237abf3997dfc5f38e9841d028 100644 |
--- a/Source/core/inspector/InspectorTimelineAgent.cpp |
+++ b/Source/core/inspector/InspectorTimelineAgent.cpp |
@@ -43,11 +43,11 @@ |
#include "InspectorPageAgent.h" |
#include "InspectorState.h" |
#include "InstrumentingAgents.h" |
-#include "MemoryUsageSupport.h" |
#include "RenderObject.h" |
#include "RenderView.h" |
#include "TimelineRecordFactory.h" |
#include "TimelineTraceEventProcessor.h" |
+#include "core/platform/MemoryUsageSupport.h" |
#include "core/platform/graphics/IntRect.h" |
#include "core/platform/network/ResourceRequest.h" |
#include "core/platform/network/ResourceResponse.h" |