// Copyright 2014 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/clipboard/clipboard.h" #include "base/test/task_environment.h" #include "testing/gtest/include/gtest/gtest.h" namespace ui { namespace { base::test::TaskEnvironment* g_task_environment = …; } // namespace struct PlatformClipboardTraits { … }; class PlatformClipboardTestName { … }; TypesToTest; NamesOfTypesToTest; } // namespace ui #include "ui/base/clipboard/clipboard_test_template.h"