summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/test/test_launcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/test_launcher.cc b/content/test/test_launcher.cc
index dde7d19..7d7df69 100644
--- a/content/test/test_launcher.cc
+++ b/content/test/test_launcher.cc
@@ -303,7 +303,7 @@ int GetTestTerminationTimeout(const std::string& test_name,
int RunTest(TestLauncherDelegate* launcher_delegate,
const std::string& test_name,
int default_timeout_ms) {
-#if defined(OS_MACOSXS)
+#if defined(OS_MACOSX)
// Some of the below method calls will leak objects if there is no
// autorelease pool in place.
base::mac::ScopedNSAutoreleasePool pool;