chromium/chrome/browser/ui/views/profiles/batch_upload_dialog_view_unittest.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/views/profiles/batch_upload_dialog_view.h"

#include "base/functional/callback.h"
#include "base/test/mock_callback.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

constexpr base::flat_map<BatchUploadDataType,
                         std::vector<BatchUploadDataItemModel::Id>>
    kEmptySelectedMap;

const std::u16string kBatchUploadTitle =;

}  // namespace

class BatchUploadDialogViewTest : public testing::Test {};

TEST_F(BatchUploadDialogViewTest, OpenBatchUploadDialogViewWithClose) {}

TEST_F(BatchUploadDialogViewTest, OpenBatchUploadDialogWithViewDestroyed) {}