Chromium Code Reviews| Index: tools/memory_watcher/memory_watcher.cc |
| diff --git a/tools/memory_watcher/memory_watcher.cc b/tools/memory_watcher/memory_watcher.cc |
| index 9b6e3ed80502dbd7805a7ca7cfac0eccc8f85a49..0d05fcb5238ba4a82d976b5660d32236f428aed1 100644 |
| --- a/tools/memory_watcher/memory_watcher.cc |
| +++ b/tools/memory_watcher/memory_watcher.cc |
| @@ -204,5 +204,3 @@ void MemoryWatcher::DumpLeaks() { |
| fprintf(file_, "Total Bytes: %d\n", block_map_size_); |
| CloseLogFile(); |
| } |
| - |
| - |