Index: base/directory_watcher_win.cc |
diff --git a/base/directory_watcher_win.cc b/base/directory_watcher_win.cc |
index cdaec393e2c6cc897d98ef8d0d521bd1ae54f5d0..cdc1e2f5904ce21602ffa33b1fb57a7cb67aec5b 100644 |
--- a/base/directory_watcher_win.cc |
+++ b/base/directory_watcher_win.cc |
@@ -49,7 +49,6 @@ bool DirectoryWatcher::Impl::Watch(const FilePath& path) { |
FILE_NOTIFY_CHANGE_FILE_NAME | FILE_NOTIFY_CHANGE_SIZE | |
FILE_NOTIFY_CHANGE_LAST_WRITE); |
if (handle_ == INVALID_HANDLE_VALUE) { |
Evan Martin
2009/01/07 18:47:57
can remove the curlies now if you care
|
- NOTREACHED(); |
return false; |
} |