blob: f60ce899906ebec1c75f1b69df6eb2bd110a6488 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// 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/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_