Chromium Code Reviews| Index: ipc/mojo/ipc_mojo_bootstrap_delegate.h |
| diff --git a/ipc/mojo/ipc_mojo_bootstrap_delegate.h b/ipc/mojo/ipc_mojo_bootstrap_delegate.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e46afa865883ce784412504309ea8159a7dd0801 |
| --- /dev/null |
| +++ b/ipc/mojo/ipc_mojo_bootstrap_delegate.h |
| @@ -0,0 +1,14 @@ |
| +// Copyright 2014 The Chromium Authors. All rights reserved. |
|
viettrungluu
2014/09/15 22:37:28
I think you wanted to remove this file.... :)
Hajime Morrita
2014/09/15 23:51:33
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef IPC_MOJO_IPC_MOJO_BOOTSTRAP_DELEGATE_H_ |
| +#define IPC_MOJO_IPC_MOJO_BOOTSTRAP_DELEGATE_H_ |
| + |
| +#include "mojo/embedder/scoped_platform_handle.h" |
| + |
| +namespace IPC { |
| + |
| +} |
| + |
| +#endif // namaespace IPC_MOJO_IPC_MOJO_BOOTSTRAP_DELEGATE_H_ |