// 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. #include "components/sync/model/syncable_service.h" namespace syncer { void SyncableService::OnBrowserShutdown(DataType type) { … } } // namespace syncer