summaryrefslogtreecommitdiffstats
path: root/content/common/media/video_capture_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/media/video_capture_messages.h')
-rw-r--r--content/common/media/video_capture_messages.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h
index 855a7ad..b6748dc 100644
--- a/content/common/media/video_capture_messages.h
+++ b/content/common/media/video_capture_messages.h
@@ -1,13 +1,16 @@
-// 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.
#include "base/shared_memory.h"
+#include "content/common/content_export.h"
#include "content/common/media/video_capture.h"
#include "content/public/common/common_param_traits.h"
#include "ipc/ipc_message_macros.h"
#include "media/video/capture/video_capture_types.h"
+#undef IPC_MESSAGE_EXPORT
+#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
#define IPC_MESSAGE_START VideoCaptureMsgStart
IPC_ENUM_TRAITS(video_capture::State)