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

Unified Diff: ppapi/proxy/ppapi_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 | « net/spdy/core/hpack/hpack_input_stream.cc ('k') | ppapi/proxy/ppapi_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_messages.h
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index 2d098d8dfb40067e91407a221e822a026a308961..1cd5594a00099730166eb125503d41c5d0d40813 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_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 PPAPI_PROXY_PPAPI_MESSAGES_H_
+#define PPAPI_PROXY_PPAPI_MESSAGES_H_
+
// Multiply-included message header, no traditional include guard.
#include <stdint.h>
@@ -2554,3 +2557,5 @@ IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady,
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FieldTrialActivated, std::string /* name */)
#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
+
+#endif // PPAPI_PROXY_PPAPI_MESSAGES_H_
« no previous file with comments | « net/spdy/core/hpack/hpack_input_stream.cc ('k') | ppapi/proxy/ppapi_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698