// Copyright 2018 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_CORE_EMBEDDER_PROCESS_ERROR_CALLBACK_H_ #define MOJO_CORE_EMBEDDER_PROCESS_ERROR_CALLBACK_H_ #include <string> #include "base/functional/callback.h" namespace mojo { namespace core { ProcessErrorCallback; } // namespace core } // namespace mojo #endif // MOJO_CORE_EMBEDDER_PROCESS_ERROR_CALLBACK_H_