chrome_watcher_main.cc: Fix -Wsign-compare error

..\..\chrome\chrome_watcher\chrome_watcher_main.cc(269,23):
error: comparison of integers of different signs: 'DWORD' (aka 'unsigned long')
and 'int' [-Werror,-Wsign-compare]
    if (suspend_count != -1) {
        ~~~~~~~~~~~~~ ^  ~~

BUG=82385
TBR=siggi

Review URL: https://codereview.chromium.org/1719443002

Cr-Commit-Position: refs/heads/master@{#376500}
1 file changed