// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/models/dialog_model_menu_model_adapter.h" #include <memory> #include "base/functional/callback.h" #include "base/functional/callback_helpers.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/interaction/element_identifier.h" #include "ui/base/models/dialog_model.h" #include "ui/base/models/dialog_model_field.h" namespace ui { TEST(DialogModelMenuModelAdapterTest, ReportsElementIds) { … } } // namespace ui