| Index: Source/core/inspector/MemoryInstrumentationImpl.h
|
| diff --git a/Source/core/inspector/MemoryInstrumentationImpl.h b/Source/core/inspector/MemoryInstrumentationImpl.h
|
| index aae2772beb813575c60252ea681ba614d7506fd6..0143d91d0b3eeed24e4ae679e97d105ac625e754 100644
|
| --- a/Source/core/inspector/MemoryInstrumentationImpl.h
|
| +++ b/Source/core/inspector/MemoryInstrumentationImpl.h
|
| @@ -31,13 +31,12 @@
|
| #ifndef MemoryInstrumentationImpl_h
|
| #define MemoryInstrumentationImpl_h
|
|
|
| -
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/MemoryInstrumentation.h>
|
| -#include <wtf/Vector.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/MemoryInstrumentation.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/StringHash.h"
|
|
|
| using WTF::MemoryObjectType;
|
| using WTF::MemberType;
|
|
|