Index: chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc |
diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc |
index 6c168e0a8b9a820c57fc575692b698f5fe443e62..296030c09d2cb7ea284e9597184b632f6da1ea04 100644 |
--- a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc |
+++ b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc |
@@ -102,7 +102,7 @@ TEST_F(PlatformAppsManifestTest, PlatformAppContentSecurityPolicy) { |
TEST_F(PlatformAppsManifestTest, CertainApisRequirePlatformApps) { |
// Put APIs here that should be restricted to platform apps, but that haven't |
// yet graduated from experimental. |
- const char* kPlatformAppExperimentalApis[] = { |
+ const char* const kPlatformAppExperimentalApis[] = { |
"dns", |
"serial", |
}; |