// Copyright 2020 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_SHARING_MESSAGE_SHARING_MESSAGE_DATA_TYPE_CONTROLLER_H_ #define COMPONENTS_SHARING_MESSAGE_SHARING_MESSAGE_DATA_TYPE_CONTROLLER_H_ #include <memory> #include "components/sync/service/data_type_controller.h" // Controls syncing of SHARING_MESSAGE. class SharingMessageDataTypeController : public syncer::DataTypeController { … }; #endif // COMPONENTS_SHARING_MESSAGE_SHARING_MESSAGE_DATA_TYPE_CONTROLLER_H_