#ifndef COMPONENTS_OMNIBOX_BROWSER_URL_INDEX_PRIVATE_DATA_H_
#define COMPONENTS_OMNIBOX_BROWSER_URL_INDEX_PRIVATE_DATA_H_
#include <stddef.h>
#include <map>
#include <set>
#include <string>
#include "base/containers/stack.h"
#include "base/files/file_path.h"
#include "base/gtest_prod_util.h"
#include "base/memory/raw_ref.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "components/history/core/browser/history_service.h"
#include "components/omnibox/browser/in_memory_url_index_types.h"
#include "components/omnibox/browser/scored_history_match.h"
class HistoryQuickProviderTest;
class OmniboxTriggeredFeatureService;
class TemplateURLService;
namespace bookmarks {
class BookmarkModel;
}
namespace history {
class HistoryDatabase;
}
class URLIndexPrivateData
: public base::RefCountedThreadSafe<URLIndexPrivateData> { … };
#endif