Index: chrome/common/pepper_messages.h |
=================================================================== |
--- chrome/common/pepper_messages.h (revision 77320) |
+++ chrome/common/pepper_messages.h (working copy) |
@@ -2,17 +2,21 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_COMMON_PEPPER_MESSAGES_H_ |
-#define CHROME_COMMON_PEPPER_MESSAGES_H_ |
-#pragma once |
+// Multiply-included file, no traditional header guard. |
+ |
#include "chrome/common/common_param_traits.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_param_traits.h" |
#include "ipc/ipc_platform_file.h" |
+#include "ppapi/c/private/ppb_flash_net_connector.h" |
#define IPC_MESSAGE_START PepperMsgStart |
+// Singly-included section not yet converted. |
+#ifndef CHROME_COMMON_PEPPER_MESSAGES_H_ |
+#define CHROME_COMMON_PEPPER_MESSAGES_H_ |
+ |
struct PP_Flash_NetAddress; |
namespace IPC { |
@@ -27,6 +31,8 @@ |
} // namespace IPC |
+#endif // CHROME_COMMON_PEPPER_MESSAGES_H_ |
+ |
// Pepper (non-file-system) messages sent from the browser to the renderer. |
// The response to PepperMsg_ConnectTcp(Address). |
@@ -49,4 +55,3 @@ |
int /* request_id */, |
PP_Flash_NetAddress /* addr */) |
-#endif // CHROME_COMMON_PEPPER_MESSAGES_H_ |