// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "mojo/public/cpp/bindings/tests/bindings_test_base.h" #include "mojo/public/cpp/bindings/connector.h" namespace mojo { BindingsTestBase::BindingsTestBase() { … } BindingsTestBase::~BindingsTestBase() = default; // static void BindingsTestBase::SetupSerializationBehavior( BindingsTestSerializationMode mode) { … } } // namespace mojo