Chromium Code Reviews| Index: tools/memory_watcher/memory_hook.cc |
| diff --git a/tools/memory_watcher/memory_hook.cc b/tools/memory_watcher/memory_hook.cc |
| index 81047a2be2a485be215bae8520c605a665113ebc..9c8bc03a818c8021049b9c294ce47c81a0635718 100644 |
| --- a/tools/memory_watcher/memory_hook.cc |
| +++ b/tools/memory_watcher/memory_hook.cc |
| @@ -553,4 +553,3 @@ void MemoryHook::OnUntrack(HANDLE heap, int32 id, int32 size) { |
| if (watcher_) |
| watcher_->OnUntrack(heap, id, size); |
| } |
| - |