| Index: Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorHeapProfilerAgent.cpp b/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| index 382b2c66f71c591f33ebc728cdee9a4762004414..4418eaff295341c8544b26fd904c1fc93a2478c4 100644
|
| --- a/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| +++ b/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| @@ -37,8 +37,8 @@
|
| #include "core/inspector/InjectedScriptHost.h"
|
| #include "core/inspector/InspectorState.h"
|
| #include "core/platform/Timer.h"
|
| -#include <wtf/CurrentTime.h>
|
| -#include <wtf/MemoryInstrumentationHashMap.h>
|
| +#include "wtf/CurrentTime.h"
|
| +#include "wtf/MemoryInstrumentationHashMap.h"
|
|
|
| namespace WebCore {
|
|
|
|
|