// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SYNC_TEST_DATA_TYPE_STORE_TEST_UTIL_H_ #define COMPONENTS_SYNC_TEST_DATA_TYPE_STORE_TEST_UTIL_H_ #include <memory> #include "components/sync/base/storage_type.h" #include "components/sync/model/data_type_store.h" namespace syncer { // Util class with several static methods to facilitate writing unit tests for // classes that use DataTypeStore objects. class DataTypeStoreTestUtil { … }; } // namespace syncer #endif // COMPONENTS_SYNC_TEST_DATA_TYPE_STORE_TEST_UTIL_H_