| Index: Source/core/inspector/InspectorMemoryAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorMemoryAgent.cpp b/Source/core/inspector/InspectorMemoryAgent.cpp
|
| index 5a885c09fe469df4170d31a6ea8d0b376dc1fa87..02010a3fb3c82d64e165bf24b5d88c899483d508 100644
|
| --- a/Source/core/inspector/InspectorMemoryAgent.cpp
|
| +++ b/Source/core/inspector/InspectorMemoryAgent.cpp
|
| @@ -43,7 +43,6 @@
|
| #include "InspectorState.h"
|
| #include "InspectorValues.h"
|
| #include "InstrumentingAgents.h"
|
| -#include "MemoryCache.h"
|
| #include "MemoryInstrumentationImpl.h"
|
| #include "Node.h"
|
| #include "NodeTraversal.h"
|
| @@ -51,6 +50,7 @@
|
| #include "ScriptGCEvent.h"
|
| #include "ScriptProfiler.h"
|
| #include "StyledElement.h"
|
| +#include "core/loader/cache/MemoryCache.h"
|
| #include "core/platform/MemoryUsageSupport.h"
|
| #include <wtf/ArrayBufferView.h>
|
| #include <wtf/HashSet.h>
|
|
|