| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 2d098d8dfb40067e91407a221e822a026a308961..1cd5594a00099730166eb125503d41c5d0d40813 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_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 PPAPI_PROXY_PPAPI_MESSAGES_H_
|
| +#define PPAPI_PROXY_PPAPI_MESSAGES_H_
|
| +
|
| // Multiply-included message header, no traditional include guard.
|
|
|
| #include <stdint.h>
|
| @@ -2554,3 +2557,5 @@ IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady,
|
| IPC_MESSAGE_CONTROL1(PpapiHostMsg_FieldTrialActivated, std::string /* name */)
|
|
|
| #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
|
| +
|
| +#endif // PPAPI_PROXY_PPAPI_MESSAGES_H_
|
|
|