#ifndef COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SUGGESTIONS_WATCHER_H_
#define COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SUGGESTIONS_WATCHER_H_
#include "base/observer_list.h"
#include "base/observer_list_types.h"
#include "build/build_config.h"
#include "components/keyed_service/core/keyed_service.h"
#if !BUILDFLAG(IS_IOS)
#include "content/public/browser/browser_context.h"
#endif
namespace extensions {
namespace api {
namespace omnibox {
namespace SendSuggestions {
struct Params;
}
}
}
}
class OmniboxSuggestionsWatcher : public KeyedService { … };
#endif