summaryrefslogtreecommitdiffstats
path: root/app/os_exchange_data.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 05:03:14 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 05:03:14 +0000
commit8dfc98d0c2e7291a1a0d215bb34bd891680e46f5 (patch)
tree9c421fee9e743a777c51b3c40c3d3adf50fddc55 /app/os_exchange_data.h
parent666ecd28cc344446d27d8748a21dfa3788e5462b (diff)
downloadchromium_src-8dfc98d0c2e7291a1a0d215bb34bd891680e46f5.zip
chromium_src-8dfc98d0c2e7291a1a0d215bb34bd891680e46f5.tar.gz
chromium_src-8dfc98d0c2e7291a1a0d215bb34bd891680e46f5.tar.bz2
Fix #includes in os_exchange_data.h.
Review URL: http://codereview.chromium.org/113378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/os_exchange_data.h')
-rw-r--r--app/os_exchange_data.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/os_exchange_data.h b/app/os_exchange_data.h
index 046c77c..5fcb3d1 100644
--- a/app/os_exchange_data.h
+++ b/app/os_exchange_data.h
@@ -11,6 +11,8 @@
#include <atlbase.h>
#include <objidl.h>
#endif
+
+#include <string>
#include <vector>
#include "base/basictypes.h"
@@ -160,4 +162,4 @@ class OSExchangeData {
DISALLOW_COPY_AND_ASSIGN(OSExchangeData);
};
-#endif // #ifndef APP_OS_EXCHANGE_DATA_H_
+#endif // APP_OS_EXCHANGE_DATA_H_