| Index: chrome/browser/android/ntp/ntp_snippets_launcher.h
|
| diff --git a/chrome/browser/android/ntp/ntp_snippets_launcher.h b/chrome/browser/android/ntp/ntp_snippets_launcher.h
|
| index a043e5aae6a814bbc09cc90dd715935337f2a609..002b6e7399acb1ac86468aa448055210c1119e30 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_launcher.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_launcher.h
|
| @@ -14,8 +14,7 @@
|
| // Android implementation of ntp_snippets::NTPSnippetsScheduler.
|
| // The NTPSnippetsLauncher singleton owns the Java SnippetsLauncher object, and
|
| // is used to schedule the fetching of snippets. Runs on the UI thread.
|
| -class NTPSnippetsLauncher
|
| - : public ntp_snippets::PersistentScheduler {
|
| +class NTPSnippetsLauncher : public ntp_snippets::PersistentScheduler {
|
| public:
|
| static NTPSnippetsLauncher* Get();
|
|
|
|
|