| Index: content/common/gin_java_bridge_messages.h
|
| diff --git a/content/common/gin_java_bridge_messages.h b/content/common/gin_java_bridge_messages.h
|
| index 64a68747ec7661a2f3dfed88f4f855e359c5d984..ad8abddb1b32e5a3bad2785fa29475feb6884238 100644
|
| --- a/content/common/gin_java_bridge_messages.h
|
| +++ b/content/common/gin_java_bridge_messages.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CONTENT_COMMON_GIN_JAVA_BRIDGE_MESSAGES_H_
|
| +#define CONTENT_COMMON_GIN_JAVA_BRIDGE_MESSAGES_H_
|
| +
|
| // IPC messages for injected Java objects (Gin-based implementation).
|
|
|
| // Multiply-included message file, hence no include guard.
|
| @@ -73,3 +76,5 @@ IPC_SYNC_MESSAGE_ROUTED3_2(GinJavaBridgeHostMsg_InvokeMethod,
|
| // this expectation has failed.
|
| IPC_MESSAGE_ROUTED1(GinJavaBridgeHostMsg_ObjectWrapperDeleted,
|
| int32_t /* object_id */)
|
| +
|
| +#endif // CONTENT_COMMON_GIN_JAVA_BRIDGE_MESSAGES_H_
|
|
|