// Copyright 2016 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_OS_CRYPT_SYNC_OS_CRYPT_MOCKER_H_ #define COMPONENTS_OS_CRYPT_SYNC_OS_CRYPT_MOCKER_H_ #include "build/build_config.h" #include <string> // Handles the mocking of OSCrypt, such that it does not reach system level // services. class OSCryptMocker { … }; #endif // COMPONENTS_OS_CRYPT_SYNC_OS_CRYPT_MOCKER_H_