Index: remoting/base/dispatch_win.h.pump |
diff --git a/remoting/base/dispatch_win.h.pump b/remoting/base/dispatch_win.h.pump |
index 6ef0890cb9ec18f34f4471c48bbfc37c90ecae98..31c34a5b634827a191f403f4b8dc141f9ac3aedb 100644 |
--- a/remoting/base/dispatch_win.h.pump |
+++ b/remoting/base/dispatch_win.h.pump |
@@ -100,8 +100,8 @@ class ScopedVariantArg : public VARIANTARG { |
}; |
// Make sure the layouts of |VARIANTARG| and |ScopedVariantArg| are identical. |
-COMPILE_ASSERT(sizeof(ScopedVariantArg) == sizeof(VARIANTARG), |
- scoped_variant_arg_should_not_add_data_members); |
+static_assert(sizeof(ScopedVariantArg) == sizeof(VARIANTARG), |
+ "scoped variant arg should not add data members"); |
} // namespace internal |