diff --git a/brightray/common/mac/main_application_bundle.h b/brightray/common/mac/main_application_bundle.h index 61f19adadd71..78e6bc200b42 100644 --- a/brightray/common/mac/main_application_bundle.h +++ b/brightray/common/mac/main_application_bundle.h @@ -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