Index: ipc/handle_win.h |
diff --git a/ipc/handle_win.h b/ipc/handle_win.h |
index a8f6978bb2dc38c79ea8c0ff301acce8cbbe8ed9..8c640f778e2dc623172b3f46ae73744eea45056a 100644 |
--- a/ipc/handle_win.h |
+++ b/ipc/handle_win.h |
@@ -7,11 +7,19 @@ |
#include <windows.h> |
+#include <string> |
+ |
#include "ipc/ipc_export.h" |
-#include "ipc/ipc_message_macros.h" |
+#include "ipc/ipc_param_traits.h" |
+ |
+namespace base { |
+class PickleIterator; |
+} // namespace base |
namespace IPC { |
+class Message; |
+ |
// HandleWin is a wrapper around a Windows HANDLE that can be transported |
// across Chrome IPC channels that support attachment brokering. The HANDLE will |
// be duplicated into the destination process. |