// Copyright 2013 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/controls/prefix_selector.h" #include <memory> #include <string> #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "ui/views/controls/prefix_delegate.h" #include "ui/views/test/views_test_base.h" ASCIIToUTF16; namespace views { class TestPrefixDelegate : public View, public PrefixDelegate { … }; class PrefixSelectorTest : public ViewsTestBase { … }; TEST_F(PrefixSelectorTest, PrefixSelect) { … } } // namespace views