| Index: base/files/file_path_watcher_linux.cc
|
| diff --git a/base/files/file_path_watcher_linux.cc b/base/files/file_path_watcher_linux.cc
|
| index 26eafb379c0795c802d25cc4b1c8fc82153a38ad..d5d664e202a117b7f10aacb1446a9b091b4a9f93 100644
|
| --- a/base/files/file_path_watcher_linux.cc
|
| +++ b/base/files/file_path_watcher_linux.cc
|
| @@ -429,7 +429,7 @@ bool FilePathWatcherImpl::Watch(const FilePath& path,
|
| DCHECK(target_.empty());
|
| DCHECK(MessageLoopForIO::current());
|
|
|
| - set_message_loop(MessageLoopProxy::current().get());
|
| + set_message_loop(MessageLoopProxy::current());
|
| callback_ = callback;
|
| target_ = path;
|
| recursive_ = recursive;
|
|
|