Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / base / files / file_path_watcher_linux.cc
index 26eafb3..d5d664e 100644 (file)
@@ -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;