// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/proxy_resolver/mojo_proxy_resolver_v8_tracing_bindings.h" #include <string> #include <utility> #include <vector> #include "base/strings/utf_string_conversions.h" #include "testing/gtest/include/gtest/gtest.h" namespace proxy_resolver { class MojoProxyResolverV8TracingBindingsTest : public testing::Test { … }; TEST_F(MojoProxyResolverV8TracingBindingsTest, Basic) { … } } // namespace proxy_resolver