| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ced400b592011ae3bad3df5a147a194a39c681f6..0020994c8d7fa481c1cbec47cf6a8c22fb8fda2e 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_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_VIEW_MESSAGES_H_
|
| +#define CONTENT_COMMON_VIEW_MESSAGES_H_
|
| +
|
| // IPC messages for page rendering.
|
| // Multiply-included message file, hence no include guard.
|
|
|
| @@ -881,3 +884,5 @@ IPC_MESSAGE_ROUTED1(ViewMsg_GetRenderedTextCompleted, std::string)
|
| // Adding a new message? Stick to the sort order above: first platform
|
| // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform
|
| // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg.
|
| +
|
| +#endif // CONTENT_COMMON_VIEW_MESSAGES_H_
|
|
|