refactor: implement GetResourcesPath using MainApplicationBundlePath on Mac (#19135)

This commit is contained in:
Milan Burda 2019-07-09 11:56:40 +02:00 committed by Alexey Kuzmin
parent 436d5c9ac1
commit b32bee5d84
3 changed files with 11 additions and 17 deletions

View file

@ -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;