chromium/components/segmentation_platform/embedder/default_model/password_manager_user_segment_unittest.cc

// Copyright 2023 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/segmentation_platform/embedder/default_model/password_manager_user_segment.h"

#include "components/segmentation_platform/embedder/default_model/default_model_test_base.h"

namespace segmentation_platform {

const char kPasswordManagerUserNegativeLabel[] =;

class PasswordManagerUserModelTest : public DefaultModelTestBase {};

TEST_F(PasswordManagerUserModelTest, InitAndFetchModel) {}

TEST_F(PasswordManagerUserModelTest, ExecuteModelWithInput) {}

}  // namespace segmentation_platform