Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2778)

Unified Diff: chrome/browser/browser_list.cc

Issue 345051: Cleans up our autorelease handling so that we don't create a layered ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser_list.cc
===================================================================
--- chrome/browser/browser_list.cc (revision 31104)
+++ chrome/browser/browser_list.cc (working copy)
@@ -19,7 +19,7 @@
#include "chrome/common/result_codes.h"
#if defined(OS_MACOSX)
-#include "chrome/browser/chrome_application_mac.h"
+#include "chrome/browser/chrome_browser_application_mac.h"
#endif
namespace {
@@ -238,7 +238,7 @@
// On the Mac, the application continues to run once all windows are closed.
// Terminate will result in a CloseAllBrowsers(true) call, and additionally,
// will cause the application to exit cleanly.
- CrApplicationCC::Terminate();
+ chrome_browser_application_mac::Terminate();
#endif
}

Powered by Google App Engine
This is Rietveld 408576698