// 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. #ifndef MOJO_PUBLIC_CPP_BINDINGS_DISCONNECT_REASON_H_ #define MOJO_PUBLIC_CPP_BINDINGS_DISCONNECT_REASON_H_ #include <stdint.h> #include <string> namespace mojo { struct DisconnectReason { … }; } // namespace mojo #endif // MOJO_PUBLIC_CPP_BINDINGS_DISCONNECT_REASON_H_