Chromium Code Reviews| Index: Source/core/platform/NotImplemented.h |
| diff --git a/Source/core/platform/NotImplemented.h b/Source/core/platform/NotImplemented.h |
| index 22b94f748e0e1a3939635fc7ffac960421def165..d55301812c6e9e6d8506597a9f05a1bfea2c2fbf 100644 |
| --- a/Source/core/platform/NotImplemented.h |
| +++ b/Source/core/platform/NotImplemented.h |
| @@ -26,7 +26,7 @@ |
| #ifndef NotImplemented_h |
| #define NotImplemented_h |
| -#include <wtf/Assertions.h> |
| +#include "wtf/Assertions.h" |
| #if LOG_DISABLED |
| #define notImplemented() ((void)0) |