Chromium Code Reviews| Index: Source/wtf/UnusedParam.h |
| diff --git a/Source/wtf/UnusedParam.h b/Source/wtf/UnusedParam.h |
| index d3941f159cab4b4fbd120e46d62d629b7b342c76..27ad85f5f57ce192be7f0ff3dcaad52954cdfb9a 100644 |
| --- a/Source/wtf/UnusedParam.h |
| +++ b/Source/wtf/UnusedParam.h |
| @@ -21,7 +21,7 @@ |
| #ifndef WTF_UnusedParam_h |
| #define WTF_UnusedParam_h |
| -#include <wtf/Platform.h> |
| +#include "wtf/Platform.h" |
| #define UNUSED_PARAM(variable) (void)variable |