summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorkmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-23 01:23:07 +0000
committerkmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-23 01:23:07 +0000
commita6af9179a2f29e7ad832cee0f1fb96df5ac9ad37 (patch)
tree7d4fa5bd8e8ed4cc4f095ee93b761bae45bdbcad /chromeos
parent31274b795951e53cfe4075cdbe5eddc5681633ed (diff)
downloadchromium_src-a6af9179a2f29e7ad832cee0f1fb96df5ac9ad37.zip
chromium_src-a6af9179a2f29e7ad832cee0f1fb96df5ac9ad37.tar.gz
chromium_src-a6af9179a2f29e7ad832cee0f1fb96df5ac9ad37.tar.bz2
Add CHROMEOS_EXPORT to mtpd client classes.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10875012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/dbus/media_transfer_protocol_daemon_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/media_transfer_protocol_daemon_client.h b/chromeos/dbus/media_transfer_protocol_daemon_client.h
index 510dda2..f544110 100644
--- a/chromeos/dbus/media_transfer_protocol_daemon_client.h
+++ b/chromeos/dbus/media_transfer_protocol_daemon_client.h
@@ -52,7 +52,7 @@ enum FileType {
};
// A class to represent information about a storage sent from mtpd.
-class StorageInfo {
+class CHROMEOS_EXPORT StorageInfo {
public:
StorageInfo(const std::string& storage_name, dbus::Response* response);
~StorageInfo();
@@ -124,7 +124,7 @@ class StorageInfo {
};
// A class to represent information about a file entry sent from mtpd.
-class FileEntry {
+class CHROMEOS_EXPORT FileEntry {
public:
explicit FileEntry(dbus::Response* response);
~FileEntry();