Index: base/profiler/stack_sampling_profiler_unittest.cc |
diff --git a/base/profiler/stack_sampling_profiler_unittest.cc b/base/profiler/stack_sampling_profiler_unittest.cc |
index 1426f4647f6154efc8faebe10f071927ae762dbc..361b12c5c76967daf664d7ef7f0e699048530496 100644 |
--- a/base/profiler/stack_sampling_profiler_unittest.cc |
+++ b/base/profiler/stack_sampling_profiler_unittest.cc |
@@ -17,7 +17,7 @@ |
// STACK_SAMPLING_PROFILER_SUPPORTED is used to conditionally enable the tests |
// below for supported platforms (currently Win x64). |
-#if defined(_WIN64) |
+#if defined(_WIN64) || defined(OS_MACOSX) |
#define STACK_SAMPLING_PROFILER_SUPPORTED 1 |
#endif |