| Index: Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorHeapProfilerAgent.cpp b/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| index a1752baecb8b2745936e46743b56886536a1c97a..dac2c90dcd0a382c1c2f783a13ee99a0605a392a 100644
|
| --- a/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| +++ b/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "InspectorState.h"
|
| #include "InstrumentingAgents.h"
|
| #include "ScriptProfiler.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/platform/Timer.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/MemoryInstrumentationHashMap.h>
|
|
|