blob: aaf8465c6bad2a7d2c82bffc5454b5c587e5596d [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ANDROID_NTP_GET_REMOTE_SUGGESTIONS_SCHEDULER_H_
#define CHROME_BROWSER_ANDROID_NTP_GET_REMOTE_SUGGESTIONS_SCHEDULER_H_
namespace ntp_snippets {
class RemoteSuggestionsScheduler;
}
ntp_snippets::RemoteSuggestionsScheduler* GetRemoteSuggestionsScheduler();
#endif // CHROME_BROWSER_ANDROID_NTP_GET_REMOTE_SUGGESTIONS_SCHEDULER_H_