| Index: third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
|
| index 9ecd6d3360fafde406460d031ae4f215e9798098..5729df8b70eac9f90ba7a4b3c6e6e1f46b5e638d 100644
|
| --- a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef UnitTestHelpers_h
|
| #define UnitTestHelpers_h
|
|
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|