Chromium Code Reviews| Index: base/memory/ref_counted.h |
| diff --git a/base/memory/ref_counted.h b/base/memory/ref_counted.h |
| index cb22fde66129c88e73d0126706b7e314f5a859ac..e12a823fa15573fa3874d6494756cdf0e93c56fd 100644 |
| --- a/base/memory/ref_counted.h |
| +++ b/base/memory/ref_counted.h |
| @@ -17,7 +17,7 @@ |
| #include "base/threading/thread_collision_warner.h" |
| #include "build/build_config.h" |
| -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) |
| +#if defined(OS_LINUX) |
| #define DISABLE_SCOPED_REFPTR_CONVERSION_OPERATOR |
| #endif |