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 943467478f1ceed573f84519a0147fbf069bf43e..21c334f771f4b230ef35656e7bea510b93257b86 100644 |
| --- a/runtime/bin/file_system_watcher.h |
| +++ b/runtime/bin/file_system_watcher.h |
| @@ -25,7 +25,8 @@ class FileSystemWatcher { |
| kDelete = 1 << 2, |
| kMove = 1 << 3, |
| kModefyAttribute = 1 << 4, |
| - kDeleteSelf = 1 << 5 |
| + kDeleteSelf = 1 << 5, |
| + kIsDir = 1 << 6 |
| }; |
| struct Event { |