Chromium Code Reviews| 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 6e13c3c944775b372f72dbcadf93f504cb08fad9..16d3d6ff8d198c722d02c2f8a4c6e8f3dc3156f9 100644 |
| --- a/components/ntp_snippets/ntp_snippets_service.h |
| +++ b/components/ntp_snippets/ntp_snippets_service.h |
| @@ -68,8 +68,6 @@ class NTPSnippetsService : public KeyedService, |
| public image_fetcher::ImageFetcherDelegate, |
| public ContentSuggestionsProvider { |
| public: |
| - using ImageFetchedCallback = |
| - base::Callback<void(const std::string& suggestion_id, const gfx::Image&)>; |
|
Marc Treib
2016/07/14 14:17:24
nitty nit: also remove the empty line please :)
Philipp Keck
2016/07/14 15:30:06
Done.
|
| // |application_language_code| should be a ISO 639-1 compliant string, e.g. |
| // 'en' or 'en-US'. Note that this code should only specify the language, not |