| Index: third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h b/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
|
| index d1797a5709ecfae45a6c55d5ac254f9634048687..504077d2f79c30b003d68ab315a817653958b8ec 100644
|
| --- a/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
|
| @@ -27,8 +27,8 @@
|
| #define ArenaTestHelpers_h
|
|
|
| #include "platform/PODArena.h"
|
| -#include "wtf/NotFound.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/NotFound.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
|
|