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 {
|
namespace brightray {
|
||||||
|
|
||||||
// The "main" application bundle is the outermost bundle for this logical application. E.g., if you
|
// The "main" application bundle is the outermost bundle for this logical
|
||||||
// have MyApp.app and MyApp.app/Contents/Frameworks/MyApp Helper.app, the main application bundle is
|
// application. E.g., if you have MyApp.app and
|
||||||
// MyApp.app, no matter which executable is currently running.
|
// MyApp.app/Contents/Frameworks/MyApp Helper.app, the main application bundle
|
||||||
|
// is MyApp.app, no matter which executable is currently running.
|
||||||
NSBundle* MainApplicationBundle();
|
NSBundle* MainApplicationBundle();
|
||||||
base::FilePath MainApplicationBundlePath();
|
base::FilePath MainApplicationBundlePath();
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue