#include "components/sync/nigori/keystore_keys_cryptographer.h"
#include "components/sync/engine/nigori/key_derivation_params.h"
#include "components/sync/engine/nigori/nigori.h"
#include "components/sync/nigori/cryptographer_impl.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
namespace {
Eq;
NotNull;
std::string ComputeKeystoreKeyName(const std::string& keystore_key) { … }
TEST(KeystoreKeysCryptographerTest, ShouldCreateEmpty) { … }
TEST(KeystoreKeysCryptographerTest, ShouldCreateNonEmpty) { … }
}
}