blob: d2c55f6070b0fad7d56158d5290e0dcb7b439338 [file] [log] [blame]
// Copyright 2019 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 "chrome/browser/sync/test/integration/os_sync_test.h"
#include "chromeos/constants/chromeos_features.h"
OsSyncTest::OsSyncTest(TestType type) : SyncTest(type) {
settings_feature_list_.InitAndEnableFeature(
chromeos::features::kSplitSettingsSync);
}
OsSyncTest::~OsSyncTest() = default;