chromium/ui/views/examples/example_combobox_model.cc

// Copyright 2012 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/views/examples/example_combobox_model.h"

#include "base/strings/utf_string_conversions.h"

namespace views::examples {

ExampleComboboxModel::ExampleComboboxModel(base::span<const char* const> items)
    :{}

ExampleComboboxModel::~ExampleComboboxModel() = default;

size_t ExampleComboboxModel::GetItemCount() const {}

std::u16string ExampleComboboxModel::GetItemAt(size_t index) const {}

}  // namespace views::examples