diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 15:54:43 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 15:54:43 +0000 |
commit | 08ef57cee967ce148d209070b398a6979808b3c4 (patch) | |
tree | c2684aefe3c4c623ef48314587002df0dc2c5cf6 /base/scoped_nsobject.h | |
parent | 13480f5eb01c574a41205e71d3073bb4a6c10703 (diff) | |
download | chromium_src-08ef57cee967ce148d209070b398a6979808b3c4.zip chromium_src-08ef57cee967ce148d209070b398a6979808b3c4.tar.gz chromium_src-08ef57cee967ce148d209070b398a6979808b3c4.tar.bz2 |
Add missing Mac headers to base.gyp
Review URL: http://codereview.chromium.org/42509
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/scoped_nsobject.h')
-rw-r--r-- | base/scoped_nsobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/scoped_nsobject.h b/base/scoped_nsobject.h index f5a24ef..12e3a37 100644 --- a/base/scoped_nsobject.h +++ b/base/scoped_nsobject.h @@ -6,10 +6,11 @@ #define BASE_SCOPED_NSOBJECT_H_ #import <Foundation/Foundation.h> +#include "base/basictypes.h" // scoped_nsobject<> is patterned after scoped_ptr<>, but maintains ownership // of an NSObject subclass object. Style deviations here are solely for -// compatibility scoped_ptr<>'s interface, with which everyone is already +// compatibility with scoped_ptr<>'s interface, with which everyone is already // familiar. // // When scoped_nsobject<> takes ownership of an object (in the constructor or |