diff options
Diffstat (limited to 'chrome/app/chrome_exe_main.mm')
-rw-r--r-- | chrome/app/chrome_exe_main.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/chrome_exe_main.mm b/chrome/app/chrome_exe_main.mm index aea88ef..f6c78e0 100644 --- a/chrome/app/chrome_exe_main.mm +++ b/chrome/app/chrome_exe_main.mm @@ -23,9 +23,9 @@ int main(int argc, const char** argv) { // The exit manager is in charge of calling the dtors of singletons. // Win has one here, but we assert with multiples from BrowserMain() if we - // keep it. + // keep it. // base::AtExitManager exit_manager; - + #if defined(GOOGLE_CHROME_BUILD) // TODO(pinkerton): init crash reporter #endif |