From e3024465ac38cafd6ef30c4e08c107acef249b94 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Mon, 5 Nov 2012 01:56:14 +0000 Subject: dbus: Make it possible to build as shared_library. BUG=158887 R=satorux@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11364033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165893 0039d316-1c4b-4281-b951-d872f2087c98 --- dbus/file_descriptor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dbus/file_descriptor.h') diff --git a/dbus/file_descriptor.h b/dbus/file_descriptor.h index 5b89f2f..19e0b1a 100644 --- a/dbus/file_descriptor.h +++ b/dbus/file_descriptor.h @@ -5,6 +5,9 @@ #ifndef DBUS_FILE_DESCRIPTOR_H_ #define DBUS_FILE_DESCRIPTOR_H_ +#include "base/basictypes.h" +#include "dbus/dbus_export.h" + namespace dbus { // FileDescriptor is a type used to encapsulate D-Bus file descriptors @@ -28,7 +31,7 @@ namespace dbus { // directory to reduce the security risks. Splitting out validation // also allows the caller to do this work on the File thread to conform // with i/o restrictions. -class FileDescriptor { +class CHROME_DBUS_EXPORT FileDescriptor { public: // Permits initialization without a value for passing to // dbus::MessageReader::PopFileDescriptor to fill in and from int values. -- cgit v1.1