diff options
Diffstat (limited to 'content/common/socket_stream_messages.h')
-rw-r--r-- | content/common/socket_stream_messages.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/common/socket_stream_messages.h b/content/common/socket_stream_messages.h index 50d5ce8..bb599c4 100644 --- a/content/common/socket_stream_messages.h +++ b/content/common/socket_stream_messages.h @@ -1,14 +1,17 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Multiply-included message file, hence no include guard. #include <vector> +#include "content/common/content_export.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message_macros.h" #include "ipc/ipc_param_traits.h" +#undef IPC_MESSAGE_EXPORT +#define IPC_MESSAGE_EXPORT CONTENT_EXPORT #define IPC_MESSAGE_START SocketStreamMsgStart // Web Sockets messages sent from the renderer to the browser. |