Chromium Code Reviews| Index: Source/core/inspector/MemoryInstrumentationImpl.cpp |
| diff --git a/Source/core/inspector/MemoryInstrumentationImpl.cpp b/Source/core/inspector/MemoryInstrumentationImpl.cpp |
| index b13bb9ca501be700934d66d7f807541942d3ae79..ec0bcc09643c01f3cd1c579a7672d594486d50f1 100644 |
| --- a/Source/core/inspector/MemoryInstrumentationImpl.cpp |
| +++ b/Source/core/inspector/MemoryInstrumentationImpl.cpp |
| @@ -33,11 +33,10 @@ |
| #include "core/dom/WebCoreMemoryInstrumentation.h" |
| #include "core/inspector/HeapGraphSerializer.h" |
| -#include <wtf/Assertions.h> |
| -#include <wtf/MemoryInstrumentationHashMap.h> |
| -#include <wtf/MemoryInstrumentationHashSet.h> |
|
yurys
2013/06/24 15:00:44
ditto. It used to estimate size of m_allocatedObje
|
| -#include <wtf/MemoryInstrumentationVector.h> |
| -#include <wtf/text/StringHash.h> |
| +#include "wtf/Assertions.h" |
| +#include "wtf/MemoryInstrumentationHashMap.h" |
| +#include "wtf/MemoryInstrumentationVector.h" |
| +#include "wtf/text/StringHash.h" |
| namespace WebCore { |