#include "components/history_embeddings/passages_util.h"
#include <memory>
#include "base/logging.h"
#include "base/rand_util.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/timer/elapsed_timer.h"
#include "components/history_embeddings/proto/history_embeddings.pb.h"
#include "components/os_crypt/async/browser/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace history_embeddings {
namespace {
std::string RandomPassage() { … }
}
HistoryEmbeddingsPassagesUtilTest;
TEST_F(HistoryEmbeddingsPassagesUtilTest,
DISABLED_EncryptDecryptMicrobenchmark) { … }
TEST_F(HistoryEmbeddingsPassagesUtilTest, ProtoToBlobAndBack) { … }
}