// Copyright 2023 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_BOOKMARKS_BOOKMARK_DATA_TYPE_CONTROLLER_H_ #define COMPONENTS_SYNC_BOOKMARKS_BOOKMARK_DATA_TYPE_CONTROLLER_H_ #include <memory> #include "components/sync/service/data_type_controller.h" #include "components/sync/service/data_type_local_data_batch_uploader.h" namespace sync_bookmarks { class BookmarkDataTypeController : public syncer::DataTypeController { … }; } // namespace sync_bookmarks #endif // COMPONENTS_SYNC_BOOKMARKS_BOOKMARK_DATA_TYPE_CONTROLLER_H_