summaryrefslogtreecommitdiffstats
path: root/net/base/upload_data.h
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-21 20:40:33 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-21 20:40:33 +0000
commit66f066a4e6f58626fc71c0d7a3447299402ea664 (patch)
tree32cfd91fb44944a34bcc92ec445af40de201efde /net/base/upload_data.h
parent18cb257530f2a7b6a5d8ce74d3486c1784fcdbf0 (diff)
downloadchromium_src-66f066a4e6f58626fc71c0d7a3447299402ea664.zip
chromium_src-66f066a4e6f58626fc71c0d7a3447299402ea664.tar.gz
chromium_src-66f066a4e6f58626fc71c0d7a3447299402ea664.tar.bz2
Make upload_data not be windows specific. Add it to the SCons build.
Also add mime_sniffer_unittest which already passes. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1178 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/upload_data.h')
-rw-r--r--net/base/upload_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/upload_data.h b/net/base/upload_data.h
index 71b8f3d..971489b 100644
--- a/net/base/upload_data.h
+++ b/net/base/upload_data.h
@@ -30,6 +30,7 @@
#ifndef NET_BASE_UPLOAD_DATA_H__
#define NET_BASE_UPLOAD_DATA_H__
+#include <string>
#include <vector>
#include "base/basictypes.h"