| Index: content/common/drag_messages.h
|
| diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h
|
| index d1b50db45c4530659421712cb1d0ced67fe98b76..73ab1f5e0effa94bb8ac0ee3a49b5acd4dddc19e 100644
|
| --- a/content/common/drag_messages.h
|
| +++ b/content/common/drag_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_DRAG_MESSAGES_H_
|
| +#define CONTENT_COMMON_DRAG_MESSAGES_H_
|
| +
|
| // IPC messages for drag and drop.
|
| // Multiply-included message file, hence no include guard.
|
|
|
| @@ -68,3 +71,5 @@ IPC_MESSAGE_ROUTED5(DragHostMsg_StartDragging,
|
| // |is_drop_target| is true if the mouse is over a valid drop target.
|
| IPC_MESSAGE_ROUTED1(DragHostMsg_UpdateDragCursor,
|
| blink::WebDragOperation /* drag_operation */)
|
| +
|
| +#endif // CONTENT_COMMON_DRAG_MESSAGES_H_
|
|
|