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>
|
||||
|
||||
// base/mac/foundation_util.h contains an incompatible declaration of NSSearchPathDirectory,
|
||||
// so here we #define it to be something else.
|
||||
// base/mac/foundation_util.h contains an incompatible declaration of
|
||||
// NSSearchPathDirectory, so here we #define it to be something else.
|
||||
#define NSSearchPathDirectory NSSearchPathDirectory___PRE_10_8
|
||||
#import "base/mac/foundation_util.h"
|
||||
#undef NSSearchPathDirectory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue