Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / drive / sync_client.cc
index 36f3783..432ea35 100644 (file)
@@ -484,7 +484,7 @@ void SyncClient::OnFetchFileComplete(const std::string& local_id,
     // If user cancels download, unpin the file so that we do not sync the file
     // again.
     base::PostTaskAndReplyWithResult(
-        blocking_task_runner_,
+        blocking_task_runner_.get(),
         FROM_HERE,
         base::Bind(&FileCache::Unpin, base::Unretained(cache_), local_id),
         base::Bind(&util::EmptyFileOperationCallback));