| Index: mojo/android/system/watcher_impl.cc
|
| diff --git a/mojo/android/system/watcher_impl.cc b/mojo/android/system/watcher_impl.cc
|
| index 756ffe3f3bcaf317cf0b72f7b8c9dc9c6366a7ec..b69871e4fc01cd3ac0840680d482373a9301be92 100644
|
| --- a/mojo/android/system/watcher_impl.cc
|
| +++ b/mojo/android/system/watcher_impl.cc
|
| @@ -26,7 +26,7 @@ namespace {
|
|
|
| class WatcherImpl {
|
| public:
|
| - WatcherImpl() : watcher_(FROM_HERE) {}
|
| + WatcherImpl() : watcher_(FROM_HERE, Watcher::ArmingPolicy::AUTOMATIC) {}
|
|
|
| ~WatcherImpl() = default;
|
|
|
|
|