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

Unified Diff: content/common/input_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/gin_java_bridge_messages.h ('k') | content/common/media/aec_dump_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index 30ecc0941b2cb8641eb4053852f718981326dc9b..00722e842ab34e5208a4685bf7c7b24fbe00d663 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_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_INPUT_MESSAGES_H_
+#define CONTENT_COMMON_INPUT_MESSAGES_H_
+
// IPC messages for input events and other messages that require processing in
// order relative to input events.
// Multiply-included message file, hence no include guard.
@@ -366,3 +369,5 @@ IPC_MESSAGE_ROUTED2(InputHostMsg_ImeCompositionRangeChanged,
// independent InputMsg, then ifdefs for platform specific InputMsg, then
// platform independent InputHostMsg, then ifdefs for platform specific
// InputHostMsg.
+
+#endif // CONTENT_COMMON_INPUT_MESSAGES_H_
« no previous file with comments | « content/common/gin_java_bridge_messages.h ('k') | content/common/media/aec_dump_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698