| Index: base/mac/foundation_util.h
|
| diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
|
| index e6ad784051699301382e634ff1e53547ab2df556..0d78c554fb31076577e9d087cc7084959a6f65ea 100644
|
| --- a/base/mac/foundation_util.h
|
| +++ b/base/mac/foundation_util.h
|
| @@ -28,8 +28,6 @@ class NSString;
|
| #include <ApplicationServices/ApplicationServices.h>
|
| #endif
|
|
|
| -class FilePath;
|
| -
|
| // Adapted from NSPathUtilities.h and NSObjCRuntime.h.
|
| #if __LP64__ || NS_BUILD_32_LIKE_64
|
| typedef unsigned long NSSearchPathDirectory;
|
| @@ -43,6 +41,9 @@ typedef struct OpaqueSecTrustRef* SecACLRef;
|
| typedef struct OpaqueSecTrustedApplicationRef* SecTrustedApplicationRef;
|
|
|
| namespace base {
|
| +
|
| +class FilePath;
|
| +
|
| namespace mac {
|
|
|
| // Returns true if the application is running from a bundle
|
|
|