// Copyright 2014 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_SERVICE_DATA_TYPE_ENCRYPTION_HANDLER_H_ #define COMPONENTS_SYNC_SERVICE_DATA_TYPE_ENCRYPTION_HANDLER_H_ #include "components/sync/base/data_type.h" namespace syncer { // The DataTypeEncryptionHandler provides the status of datatype encryption. class DataTypeEncryptionHandler { … }; } // namespace syncer #endif // COMPONENTS_SYNC_SERVICE_DATA_TYPE_ENCRYPTION_HANDLER_H_