Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: content/common/drag_messages.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/dom_storage/dom_storage_messages.h ('k') | content/common/dwrite_font_proxy_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/common/dom_storage/dom_storage_messages.h ('k') | content/common/dwrite_font_proxy_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698