Chromium Code Reviews| Index: tools/memory_watcher/call_stack.cc |
| diff --git a/tools/memory_watcher/call_stack.cc b/tools/memory_watcher/call_stack.cc |
| index ff732782825b99f28d8d6410a137b06152ec4a1b..490d3f5578dff1c0377d8f101c3b1772480ba921 100644 |
| --- a/tools/memory_watcher/call_stack.cc |
| +++ b/tools/memory_watcher/call_stack.cc |
| @@ -373,4 +373,3 @@ void AllocationStack::operator delete(void* ptr) { |
| stack->next_ = freelist_; |
| freelist_ = stack; |
| } |
| - |