| Index: content/common/text_input_client_messages.h
|
| diff --git a/content/common/text_input_client_messages.h b/content/common/text_input_client_messages.h
|
| index f66196cc6c51ae0d395dec48d2f274dfc36ed242..74b9862d02f927f3a20839f04485abef2609abc6 100644
|
| --- a/content/common/text_input_client_messages.h
|
| +++ b/content/common/text_input_client_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_TEXT_INPUT_CLIENT_MESSAGES_H_
|
| +#define CONTENT_COMMON_TEXT_INPUT_CLIENT_MESSAGES_H_
|
| +
|
| // Multiply-included message file, hence no include guard
|
|
|
| #include <stddef.h>
|
| @@ -66,3 +69,5 @@ IPC_MESSAGE_ROUTED2(TextInputClientReplyMsg_GotStringAtPoint,
|
| gfx::Point)
|
| #endif // defined(OS_MACOSX)
|
|
|
| +
|
| +#endif // CONTENT_COMMON_TEXT_INPUT_CLIENT_MESSAGES_H_
|
|
|