Chromium Code Reviews| Index: base/threading/non_thread_safe.h |
| =================================================================== |
| --- base/threading/non_thread_safe.h (revision 79631) |
| +++ base/threading/non_thread_safe.h (working copy) |
| @@ -45,7 +45,7 @@ |
| // In Release mode, CalledOnValidThread will always return true. |
| // |
| #ifndef NDEBUG |
| -class BASE_API NonThreadSafe : public NonThreadSafeImpl { |
| +class NonThreadSafe : public NonThreadSafeImpl { |
| }; |
| #else |
| class NonThreadSafe : public NonThreadSafeDoNothing { |