blob: fa05d526f24f710ae8aa5f3f0b19bbf84e3d1569 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ios/chrome/browser/sync/sync_setup_service_mock.h"
SyncSetupServiceMock::SyncSetupServiceMock(syncer::SyncService* sync_service)
: SyncSetupService(sync_service) {}
SyncSetupServiceMock::~SyncSetupServiceMock() {
}
bool SyncSetupServiceMock::SyncSetupServiceHasFinishedInitialSetup() {
return SyncSetupService::HasFinishedInitialSetup();
}