| Index: third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp
|
| index 53c8cf708e56770dcc118401adc7a37978989153..765f582b13b69d1e65594131b8216c3d4a98e8f3 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp
|
| @@ -5,9 +5,9 @@
|
| #include "platform/heap/BlinkGCMemoryDumpProvider.h"
|
|
|
| #include "base/trace_event/process_memory_dump.h"
|
| +#include "platform/wtf/Threading.h"
|
| #include "public/platform/Platform.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Threading.h"
|
|
|
| namespace blink {
|
|
|
|
|