| Index: extensions/common/features/behavior_feature.h
|
| diff --git a/extensions/common/features/behavior_feature.h b/extensions/common/features/behavior_feature.h
|
| index c09c69d2c318f8de8dc843fc5fb05aa05904c3bd..a9f5059207be92dfedadff61b0fce5bf03d7e15a 100644
|
| --- a/extensions/common/features/behavior_feature.h
|
| +++ b/extensions/common/features/behavior_feature.h
|
| @@ -19,7 +19,7 @@ namespace extensions {
|
| class BehaviorFeature : public SimpleFeature {
|
| public:
|
| // Constants corresponding to keys in _behavior_features.json.
|
| - static const char* kWhitelistedForIncognito;
|
| + static const char kWhitelistedForIncognito[];
|
| };
|
|
|
| } // namespace extensions
|
|
|