#include "chrome/browser/sync/test/integration/device_info_helper.h"
#include "components/sync/protocol/sync_entity.pb.h"
#include "components/sync/test/fake_server.h"
ServerDeviceInfoMatchChecker::ServerDeviceInfoMatchChecker(
const Matcher& matcher)
: … { … }
ServerDeviceInfoMatchChecker::~ServerDeviceInfoMatchChecker() = default;
void ServerDeviceInfoMatchChecker::OnCommit(
syncer::DataTypeSet committed_data_types) { … }
bool ServerDeviceInfoMatchChecker::IsExitConditionSatisfied(std::ostream* os) { … }
namespace device_info_helper {
bool WaitForFullDeviceInfoCommitted(const std::string& cache_guid) { … }
}