Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / manifest_tests / extension_manifests_platformapp_unittest.cc
index 6c168e0..296030c 100644 (file)
@@ -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",
   };