| 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..31fec8d7b48660d26da538394ec91b0604515259 100644
|
| --- a/base/profiler/stack_sampling_profiler_unittest.cc
|
| +++ b/base/profiler/stack_sampling_profiler_unittest.cc
|
| @@ -16,8 +16,8 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| // STACK_SAMPLING_PROFILER_SUPPORTED is used to conditionally enable the tests
|
| -// below for supported platforms (currently Win x64).
|
| -#if defined(_WIN64)
|
| +// below for supported platforms (currently Win x64 and Mac).
|
| +#if defined(_WIN64) || defined(OS_MACOSX)
|
| #define STACK_SAMPLING_PROFILER_SUPPORTED 1
|
| #endif
|
|
|
|
|