diff options
Diffstat (limited to 'base/mac')
-rw-r--r-- | base/mac/bundle_locations.h | 3 | ||||
-rw-r--r-- | base/mac/foundation_util.h | 5 | ||||
-rw-r--r-- | base/mac/mac_util.h | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/base/mac/bundle_locations.h b/base/mac/bundle_locations.h index dd84b59..1d96539 100644 --- a/base/mac/bundle_locations.h +++ b/base/mac/bundle_locations.h @@ -15,9 +15,10 @@ class NSBundle; class NSString; #endif // __OBJC__ +namespace base { + class FilePath; -namespace base { namespace mac { // This file provides several functions to explicitly request the various diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h index e6ad784..0d78c55 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 diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h index 1a35b33..2190b24 100644 --- a/base/mac/mac_util.h +++ b/base/mac/mac_util.h @@ -21,9 +21,10 @@ class NSImage; #endif // __OBJC__ +namespace base { + class FilePath; -namespace base { namespace mac { // Full screen modes, in increasing order of priority. More permissive modes |