blob: db0866523a0f7adb3226ff8b6f2340e2eeb7a0e6 [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(
sync_driver::SyncService* sync_service,
PrefService* prefs)
: SyncSetupService(sync_service, prefs) {
}
SyncSetupServiceMock::~SyncSetupServiceMock() {
}
bool SyncSetupServiceMock::SyncSetupServiceHasFinishedInitialSetup() {
return SyncSetupService::HasFinishedInitialSetup();
}