| Index: content/common/page_messages.h
|
| diff --git a/content/common/page_messages.h b/content/common/page_messages.h
|
| index 4fa9f056c3b47307c92e7cb811f6378575e722f9..4de1522ba7267abb724fa93f16500c74a5aae73c 100644
|
| --- a/content/common/page_messages.h
|
| +++ b/content/common/page_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_PAGE_MESSAGES_H_
|
| +#define CONTENT_COMMON_PAGE_MESSAGES_H_
|
| +
|
| #include "content/common/page_message_enums.h"
|
| #include "content/public/common/screen_info.h"
|
| #include "ipc/ipc_message_macros.h"
|
| @@ -56,3 +59,5 @@ IPC_MESSAGE_ROUTED1(PageMsg_UpdateScreenInfo,
|
| // Adding a new message? Stick to the sort order above: first platform
|
| // independent PageMsg, then ifdefs for platform specific PageMsg, then platform
|
| // independent PageHostMsg, then ifdefs for platform specific PageHostMsg.
|
| +
|
| +#endif // CONTENT_COMMON_PAGE_MESSAGES_H_
|
|
|