// 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_blink.h" #include "base/check_op.h" #include "base/pickle.h" namespace mojo { namespace test { PickledStructBlink::PickledStructBlink() { … } PickledStructBlink::PickledStructBlink(int foo, int bar) : … { … } PickledStructBlink::~PickledStructBlink() { … } } // namespace test } // namespace mojo IPC // namespace IPC