Chromium Code Reviews| Index: runtime/bin/file_system_watcher.h |
| diff --git a/runtime/bin/file_system_watcher.h b/runtime/bin/file_system_watcher.h |
| index ea56c11850aa7ad05614e5946edbda40c1d0ee75..943467478f1ceed573f84519a0147fbf069bf43e 100644 |
| --- a/runtime/bin/file_system_watcher.h |
| +++ b/runtime/bin/file_system_watcher.h |
| @@ -24,7 +24,8 @@ class FileSystemWatcher { |
| kModifyContent = 1 << 1, |
| kDelete = 1 << 2, |
| kMove = 1 << 3, |
| - kModefyAttribute = 1 << 4 |
| + kModefyAttribute = 1 << 4, |
| + kDeleteSelf = 1 << 5 |
| }; |
| struct Event { |