// 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 "mojo/public/cpp/bindings/tests/pickled_types_chromium.h" #include "base/pickle.h" namespace mojo { namespace test { PickledStructChromium::PickledStructChromium() { … } PickledStructChromium::PickledStructChromium(int foo, int bar) : … { … } PickledStructChromium::~PickledStructChromium() { … } bool operator==(const PickledStructChromium& a, const PickledStructChromium& b) { … } } // namespace test } // namespace mojo IPC // namespace IPC