From 26fbf80ccd8269a6227a7124e9563283da85551a Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Fri, 25 Mar 2011 18:48:03 +0000 Subject: Base: A few more files using BASE_API (for base.dll) BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6736019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79427 0039d316-1c4b-4281-b951-d872f2087c98 --- base/message_pump.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'base/message_pump.h') diff --git a/base/message_pump.h b/base/message_pump.h index 866b33a..a356cf3 100644 --- a/base/message_pump.h +++ b/base/message_pump.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -6,17 +6,18 @@ #define BASE_MESSAGE_PUMP_H_ #pragma once +#include "base/base_api.h" #include "base/ref_counted.h" namespace base { class TimeTicks; -class MessagePump : public RefCountedThreadSafe { +class BASE_API MessagePump : public RefCountedThreadSafe { public: // Please see the comments above the Run method for an illustration of how // these delegate methods are used. - class Delegate { + class BASE_API Delegate { public: virtual ~Delegate() {} -- cgit v1.1