Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: net/base/platform_mime_util_mac.mm

Issue 10834051: Bringing up the net target on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Feedback. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | net/base/x509_cert_types.h » ('j') | net/net.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/platform_mime_util_mac.mm
diff --git a/net/base/platform_mime_util_mac.mm b/net/base/platform_mime_util_mac.mm
index a95a5030650f5809cbeabe4e0e6afaa23249389c..2dc4bc138c7edab06f8b62dcdefe55a7b483dfa2 100644
--- a/net/base/platform_mime_util_mac.mm
+++ b/net/base/platform_mime_util_mac.mm
@@ -4,7 +4,12 @@
#include "net/base/platform_mime_util.h"
+#if defined(OS_IOS)
+#include <MobileCoreServices/MobileCoreServices.h>
+#else
#include <CoreServices/CoreServices.h>
+#endif // defined(OS_IOS)
Ryan Sleevi 2012/07/28 00:33:13 style nit: Platform-specific conditional includes
+
#import <Foundation/Foundation.h>
#include <string>
« no previous file with comments | « build/all.gyp ('k') | net/base/x509_cert_types.h » ('j') | net/net.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698