diff options
Diffstat (limited to 'content/common/utility_messages.h')
-rw-r--r-- | content/common/utility_messages.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/common/utility_messages.h b/content/common/utility_messages.h index 6972a55..c336352 100644 --- a/content/common/utility_messages.h +++ b/content/common/utility_messages.h @@ -1,4 +1,4 @@ -// 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. @@ -8,6 +8,7 @@ #include <vector> #include "base/basictypes.h" +#include "content/common/content_export.h" #include "content/common/indexed_db/indexed_db_key.h" #include "content/common/indexed_db/indexed_db_param_traits.h" #include "content/public/common/common_param_traits.h" @@ -15,6 +16,8 @@ #include "ipc/ipc_message_macros.h" #include "webkit/plugins/webplugininfo.h" +#undef IPC_MESSAGE_EXPORT +#define IPC_MESSAGE_EXPORT CONTENT_EXPORT #define IPC_MESSAGE_START UtilityMsgStart //------------------------------------------------------------------------------ |