Fix cpplint errors in common/mac/foundation_util.h
This commit is contained in:
parent
7b47a6152d
commit
654f415a49
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
// base/mac/foundation_util.h contains an incompatible declaration of NSSearchPathDirectory,
|
// base/mac/foundation_util.h contains an incompatible declaration of
|
||||||
// so here we #define it to be something else.
|
// NSSearchPathDirectory, so here we #define it to be something else.
|
||||||
#define NSSearchPathDirectory NSSearchPathDirectory___PRE_10_8
|
#define NSSearchPathDirectory NSSearchPathDirectory___PRE_10_8
|
||||||
#import "base/mac/foundation_util.h"
|
#import "base/mac/foundation_util.h"
|
||||||
#undef NSSearchPathDirectory
|
#undef NSSearchPathDirectory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue