#include "components/sync/service/syncable_service_based_data_type_controller.h"
#include "base/functional/callback_helpers.h"
#include "base/test/task_environment.h"
#include "components/sync/base/data_type.h"
#include "components/sync/engine/data_type_activation_response.h"
#include "components/sync/service/configure_context.h"
#include "components/sync/test/data_type_store_test_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
namespace {
class SyncableServiceBasedDataTypeControllerTest : public testing::Test { … };
TEST_F(SyncableServiceBasedDataTypeControllerTest, HandlesNullService) { … }
}
}