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

Side by Side Diff: nss/patches/nspr-remove-flat-carbon-headers.patch

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Index: mozilla/nsprpub/pr/src/linking/prlink.c
2 ===================================================================
3 --- mozilla/nsprpub/pr/src/linking/prlink.c (revision 45059)
4 +++ mozilla/nsprpub/pr/src/linking/prlink.c (working copy)
5 @@ -45,15 +45,8 @@
6 #endif
7
8 #if defined(XP_MACOSX) && defined(USE_MACH_DYLD)
9 -#include <CodeFragments.h>
10 -#include <TextUtils.h>
11 -#include <Types.h>
12 -#include <Aliases.h>
13 -#include <CFURL.h>
14 -#include <CFBundle.h>
15 -#include <CFString.h>
16 -#include <CFDictionary.h>
17 -#include <CFData.h>
18 +#include <Carbon/Carbon.h>
19 +#include <CoreFoundation/CoreFoundation.h>
20 #endif
21
22 #ifdef XP_UNIX
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698