| Index: Source/core/platform/chromium/TraceEvent.h
|
| diff --git a/Source/core/platform/chromium/TraceEvent.h b/Source/core/platform/chromium/TraceEvent.h
|
| index 0af2ab7591cd67bd30471b3ad236afa2c9ca144e..e9dc7e136dff0319a1582a7322cafe3a96a09cc5 100644
|
| --- a/Source/core/platform/chromium/TraceEvent.h
|
| +++ b/Source/core/platform/chromium/TraceEvent.h
|
| @@ -165,8 +165,8 @@
|
|
|
| #include "core/platform/EventTracer.h"
|
|
|
| -#include <wtf/DynamicAnnotations.h>
|
| -#include <wtf/text/CString.h>
|
| +#include "wtf/DynamicAnnotations.h"
|
| +#include "wtf/text/CString.h"
|
|
|
| // By default, const char* argument values are assumed to have long-lived scope
|
| // and will not be copied. Use this macro to force a const char* to be copied.
|
|
|