Chromium Code Reviews| Index: components/ntp_snippets/features.h |
| diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h |
| index c70e278e7df4b9477c4d16cf6698304ff0b73ab9..39fb094c0f0d62f0f7dcf778be5366112ba78754 100644 |
| --- a/components/ntp_snippets/features.h |
| +++ b/components/ntp_snippets/features.h |
| @@ -24,7 +24,8 @@ extern const base::Feature kArticleSuggestionsFeature; |
| extern const base::Feature kBookmarkSuggestionsFeature; |
| extern const base::Feature kRecentOfflineTabSuggestionsFeature; |
| extern const base::Feature kPhysicalWebPageSuggestionsFeature; |
| -extern const base::Feature kForeignSessionsSuggestionsFeature;; |
| +extern const base::Feature kForeignSessionsSuggestionsFeature; |
| +; |
|
Bernhard Bauer
2017/03/15 11:56:55
Remove the semicolon.
|
| // Feature to allow the 'save to offline' option to appear in the snippets |
| // context menu. |