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

Unified Diff: base/mac/foundation_util.h

Issue 10698149: Add minimal support for process_utils on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@all-ios-tweak
Patch Set: Address review comments 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
Index: base/mac/foundation_util.h
diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
index 0f687602a4462259e6146ecb6c729a4d52b3580f..186659ff9be4eb71f1b6bbb461e3b5a3d774518e 100644
--- a/base/mac/foundation_util.h
+++ b/base/mac/foundation_util.h
@@ -18,6 +18,7 @@
#if defined(__OBJC__)
#import <Foundation/Foundation.h>
#else // __OBJC__
+#include <CoreFoundation/CoreFoundation.h>
class NSBundle;
class NSString;
#endif // __OBJC__

Powered by Google App Engine
This is Rietveld 408576698