Fix cpplint errors in main_application_bundle.h
This commit is contained in:
parent
9306fecea8
commit
2c1e1b039d
1 changed files with 5 additions and 4 deletions
|
@ -9,12 +9,13 @@ class FilePath;
|
|||
|
||||
namespace brightray {
|
||||
|
||||
// The "main" application bundle is the outermost bundle for this logical application. E.g., if you
|
||||
// have MyApp.app and MyApp.app/Contents/Frameworks/MyApp Helper.app, the main application bundle is
|
||||
// MyApp.app, no matter which executable is currently running.
|
||||
// The "main" application bundle is the outermost bundle for this logical
|
||||
// application. E.g., if you have MyApp.app and
|
||||
// MyApp.app/Contents/Frameworks/MyApp Helper.app, the main application bundle
|
||||
// is MyApp.app, no matter which executable is currently running.
|
||||
NSBundle* MainApplicationBundle();
|
||||
base::FilePath MainApplicationBundlePath();
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue