#include "chrome/browser/search/background/wallpaper_search/wallpaper_search_data.h"
#include "base/token.h"
HistoryEntry::HistoryEntry() = default;
HistoryEntry::HistoryEntry(const base::Token& id) : … { … }
HistoryEntry::HistoryEntry(const HistoryEntry&) = default;
HistoryEntry::HistoryEntry(HistoryEntry&&) = default;
HistoryEntry::~HistoryEntry() = default;
HistoryEntry& HistoryEntry::operator=(const HistoryEntry&) = default;
HistoryEntry& HistoryEntry::operator=(HistoryEntry&&) = default;
bool HistoryEntry::operator==(const HistoryEntry& rhs) const { … }