chromium/chrome/browser/sync/test/integration/sync_integration_test_util.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/sync/test/integration/sync_integration_test_util.h"

#include "chrome/browser/sync/test/integration/themes_helper.h"
#include "chrome/browser/themes/test/theme_service_changed_waiter.h"
#include "chrome/browser/themes/theme_service_factory.h"
#include "components/sync/service/sync_service_impl.h"
#include "content/public/test/test_utils.h"

void SetCustomTheme(Profile* profile, int theme_index) {}

ServerCountMatchStatusChecker::ServerCountMatchStatusChecker(
    syncer::DataType type,
    size_t count)
    :{}

bool ServerCountMatchStatusChecker::IsExitConditionSatisfied(std::ostream* os) {}