| Index: base/mac/mac_util_unittest.mm
|
| diff --git a/base/mac/mac_util_unittest.mm b/base/mac/mac_util_unittest.mm
|
| index 6a1acb3c20ddcb89e1a6690413e050fabb67ea99..3b23e53571bfe1c523c938f15a03f53b767eec4e 100644
|
| --- a/base/mac/mac_util_unittest.mm
|
| +++ b/base/mac/mac_util_unittest.mm
|
| @@ -64,7 +64,7 @@ TEST_F(MacUtilTest, TestGetAppBundlePath) {
|
| EXPECT_TRUE(out.empty());
|
|
|
| // Some more invalid inputs.
|
| - const char* invalid_inputs[] = {
|
| + const char* const invalid_inputs[] = {
|
| "/", "/foo", "foo", "/foo/bar.", "foo/bar.", "/foo/bar./bazquux",
|
| "foo/bar./bazquux", "foo/.app", "//foo",
|
| };
|
|
|