chromium/chrome/browser/sync/test/integration/migration_watcher.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/migration_watcher.h"

#include "chrome/browser/sync/test/integration/migration_waiter.h"
#include "chrome/browser/sync/test/integration/sync_service_impl_harness.h"
#include "components/sync/service/sync_service_impl.h"

MigrationWatcher::MigrationWatcher(SyncServiceImplHarness* harness)
    :{}

MigrationWatcher::~MigrationWatcher() {}

bool MigrationWatcher::HasPendingBackendMigration() const {}

syncer::DataTypeSet MigrationWatcher::GetMigratedTypes() const {}

void MigrationWatcher::OnMigrationStateChange() {}

void MigrationWatcher::set_migration_waiter(MigrationWaiter* waiter) {}

void MigrationWatcher::clear_migration_waiter() {}