Chromium Code Reviews| Index: third_party/macros.h |
| diff --git a/third_party/macros.h b/third_party/macros.h |
| index 84c4366b163cc0e4ebccb2d86723bc47591660be..3c9df1537fe5263e0a286277dc182db7c7bd3ca5 100644 |
| --- a/third_party/macros.h |
| +++ b/third_party/macros.h |
| @@ -35,8 +35,7 @@ |
| #else |
| template <bool> |
| -struct CompileAssert { |
| -}; |
| +struct CompileAssert {}; |
| // Annotate a variable indicating it's ok if the variable is not used. |
| // (Typically used to silence a compiler warning when the assignment |