Chromium Code Reviews| Index: base/leak_tracker.h |
| diff --git a/base/leak_tracker.h b/base/leak_tracker.h |
| index dd85ff6216f6ae3e7a8e389bd529a5f8a2befe7e..96d8773cb6fa94da891555b96bdee6b8e345e330 100644 |
| --- a/base/leak_tracker.h |
| +++ b/base/leak_tracker.h |
| @@ -91,7 +91,7 @@ class LeakTracker : public LinkNode<LeakTracker<T> > { |
| ++count; |
| LOG(ERROR) << "Leaked " << node << " which was allocated by:"; |
| - allocation_stack.OutputToStream(&LOG(ERROR)); |
| + allocation_stack.OutputToStream(&LOG_STREAM(ERROR)); |
| } |
| CHECK_EQ(0u, count); |