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

Unified Diff: content/worker/worker_main.cc

Issue 12829005: Fix OS_MACOS typos. Should be OS_MACOSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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
« no previous file with comments | « chrome/browser/download/download_path_reservation_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/worker_main.cc
diff --git a/content/worker/worker_main.cc b/content/worker/worker_main.cc
index f6b2b2020b683760c6a29750611a56e8f3d7f809..d4c134c05ce46d8f66f67d387acf70eb428e00d9 100644
--- a/content/worker/worker_main.cc
+++ b/content/worker/worker_main.cc
@@ -43,7 +43,7 @@ int WorkerMain(const MainFunctionParams& parameters) {
::GetUserDefaultLCID();
target_services->LowerToken();
-#elif defined(OS_MAC)
+#elif defined(OS_MACOSX)
jeremy 2013/03/19 10:06:40 Per separate email, this should be fixed on trunk.
// On OS X, if the sandbox fails to initialize, something has gone terribly
// wrong and we should die.
CHECK(InitializeSandbox());
« no previous file with comments | « chrome/browser/download/download_path_reservation_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698