blob: 0b1450213c854dff0a6347d03d0d1a8f101411f2 [file] [log] [blame]
// 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 {
using ProcessErrorCallback =
base::RepeatingCallback<void(const std::string& error)>;
} // namespace core
} // namespace mojo
#endif // MOJO_CORE_EMBEDDER_PROCESS_ERROR_CALLBACK_H_