chromium/components/sync/nigori/keystore_keys_cryptographer_unittest.cc

// Copyright 2019 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/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) {}

}  // namespace

}  // namespace syncer