// Copyright 2022 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_BASE_STORAGE_TYPE_H_ #define COMPONENTS_SYNC_BASE_STORAGE_TYPE_H_ namespace syncer { // Represents whether the nature of a local database in terms of data ownership. enum class StorageType { … }; } // namespace syncer #endif // COMPONENTS_SYNC_BASE_STORAGE_TYPE_H_