| Index: chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| diff --git a/chrome/browser/profile_resetter/profile_resetter_unittest.cc b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| index b34d6bed85d9a529005da489a61b7ba0d7d7854f..e60f96b2aa3f46e7dd3adfd0352ef37f08dcd9bc 100644
|
| --- a/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| +++ b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| @@ -967,8 +967,8 @@ TEST_F(ProfileResetterTest, FeedbackSerializationTest) {
|
| // Let it enumerate shortcuts on the FILE thread.
|
| base::MessageLoop::current()->RunUntilIdle();
|
|
|
| - COMPILE_ASSERT(ResettableSettingsSnapshot::ALL_FIELDS == 31,
|
| - expand_this_test);
|
| + static_assert(ResettableSettingsSnapshot::ALL_FIELDS == 31,
|
| + "this test needs to be expanded");
|
| for (int field_mask = 0; field_mask <= ResettableSettingsSnapshot::ALL_FIELDS;
|
| ++field_mask) {
|
| std::string report = SerializeSettingsReport(nonorganic_snap, field_mask);
|
|
|