refactor: implement GetResourcesPath using MainApplicationBundlePath on Mac (#19135)
This commit is contained in:
parent
436d5c9ac1
commit
b32bee5d84
3 changed files with 11 additions and 17 deletions
|
@ -6,7 +6,11 @@
|
|||
#ifndef SHELL_COMMON_MAC_MAIN_APPLICATION_BUNDLE_H_
|
||||
#define SHELL_COMMON_MAC_MAIN_APPLICATION_BUNDLE_H_
|
||||
|
||||
#ifdef __OBJC__
|
||||
@class NSBundle;
|
||||
#else
|
||||
struct NSBundle;
|
||||
#endif
|
||||
|
||||
namespace base {
|
||||
class FilePath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue