Chromium Code Reviews| Index: components/ntp_snippets/category.h |
| diff --git a/components/ntp_snippets/category.h b/components/ntp_snippets/category.h |
| index 4ec543ada7cd4dca27d0bd8ae8269aad3d9f22b8..89b52d531077c022bd0eaa2953cee03c397e9fb2 100644 |
| --- a/components/ntp_snippets/category.h |
| +++ b/components/ntp_snippets/category.h |
| @@ -40,7 +40,7 @@ class Category { |
| private: |
| friend class CategoryFactory; |
| - Category(int id); |
| + explicit Category(int id); |
| int id_; |