| Index: Source/core/platform/PlatformInstrumentation.h
|
| diff --git a/Source/core/platform/PlatformInstrumentation.h b/Source/core/platform/PlatformInstrumentation.h
|
| index 5c449930b19e3eee165fbd14b65430828f46b923..33414fd1fdb945c4c9370a77d86d1001a6e7ac1d 100644
|
| --- a/Source/core/platform/PlatformInstrumentation.h
|
| +++ b/Source/core/platform/PlatformInstrumentation.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef PlatformInstrumentation_h
|
| #define PlatformInstrumentation_h
|
|
|
| -#include <wtf/MainThread.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/MainThread.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| #include "core/platform/chromium/TraceEvent.h"
|
|
|
|
|