Chromium Code Reviews| Index: tools/memory_watcher/scripts/memtrace.pl |
| =================================================================== |
| --- tools/memory_watcher/scripts/memtrace.pl (revision 7500) |
| +++ tools/memory_watcher/scripts/memtrace.pl (working copy) |
| @@ -101,7 +101,7 @@ |
| if ($filename =~ m/microsoft visual studio 8/) { |
| next; |
| } |
| - if ($filename =~ m/platformsdk_win2008_6_1/) { |
| + if ($filename =~ m/platformsdk_vista_6_0/) { |
| next; |
| } |
| if ($location_blame eq "") { |