Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: storage/common/blob/scoped_file.cc

Issue 543893002: Random fixes through Chrome for scoped_reftpr T* removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/blob/scoped_file.cc
diff --git a/storage/common/blob/scoped_file.cc b/storage/common/blob/scoped_file.cc
index 9cfb1a81e44d42c6e2c8181277f20e0cce22eaea..408e1876f82ce1c8cf8bbb6d2b46f78c163e485f 100644
--- a/storage/common/blob/scoped_file.cc
+++ b/storage/common/blob/scoped_file.cc
@@ -26,7 +26,7 @@ ScopedFile::ScopedFile(const base::FilePath& path,
DCHECK(path.empty() || policy != DELETE_ON_SCOPE_OUT ||
file_task_runner.get())
<< "path:" << path.value() << " policy:" << policy
- << " runner:" << file_task_runner;
+ << " runner:" << file_task_runner.get();
}
ScopedFile::ScopedFile(RValue other) {
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698