Index: chrome/tools/profile_reset/jtl_compiler_unittest.cc |
diff --git a/chrome/tools/profile_reset/jtl_compiler_unittest.cc b/chrome/tools/profile_reset/jtl_compiler_unittest.cc |
index 986eed26732285e29738b7d942988949f0a1a746..cb6fea213ad11aa728582e3f797623ff7494037c 100644 |
--- a/chrome/tools/profile_reset/jtl_compiler_unittest.cc |
+++ b/chrome/tools/profile_reset/jtl_compiler_unittest.cc |
@@ -120,7 +120,7 @@ TEST(JtlCompiler, InvalidOperationName) { |
} |
TEST(JtlCompiler, InvalidArgumentsCount) { |
- const char* kSourceCodes[] = { |
+ const char* const kSourceCodes[] = { |
"any().\nstore_bool(\"name\", true, \"superfluous argument\");\n", |
"any().\nstore_bool(\"name\");"}; // missing argument |