| Index: components/ntp_snippets/ntp_snippets_service.h
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h
|
| index d6ab94c7f476981938ea99aa637bbf7dcdba7623..0ba1efb611d99b8eff305813c9f85b89753ee114 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -172,7 +172,7 @@ class NTPSnippetsService : public KeyedService {
|
| // Timer that calls us back when the next snippet expires.
|
| base::OneShotTimer expiry_timer_;
|
|
|
| - const ParseJSONCallback parse_json_callback_;
|
| + ParseJSONCallback parse_json_callback_;
|
|
|
| base::WeakPtrFactory<NTPSnippetsService> weak_ptr_factory_;
|
|
|
|
|