// Copyright 2019 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_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_DATA_TYPE_CONTROLLER_H_ #define COMPONENTS_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_DATA_TYPE_CONTROLLER_H_ #include "components/sync/service/data_type_controller.h" namespace send_tab_to_self { // Controls syncing of SEND_TAB_TO_SELF. class SendTabToSelfDataTypeController : public syncer::DataTypeController { … }; } // namespace send_tab_to_self #endif // COMPONENTS_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_DATA_TYPE_CONTROLLER_H_