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

Unified Diff: chrome/browser/chromeos/fileapi/file_system_backend.cc

Issue 578533002: Removing remaining CrOS implicit conversions from scoped_refptr to T* (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
Index: chrome/browser/chromeos/fileapi/file_system_backend.cc
diff --git a/chrome/browser/chromeos/fileapi/file_system_backend.cc b/chrome/browser/chromeos/fileapi/file_system_backend.cc
index 1b0ac44e096c3873c606652dc216e69f613ddcea..320165605f91bcfc2c0902ed883d2bf6ce77b938 100644
--- a/chrome/browser/chromeos/fileapi/file_system_backend.cc
+++ b/chrome/browser/chromeos/fileapi/file_system_backend.cc
@@ -295,7 +295,7 @@ storage::FileSystemOperation* FileSystemBackend::CreateFileSystemOperation(
url,
context,
make_scoped_ptr(new storage::FileSystemOperationContext(
- context, MediaFileSystemBackend::MediaTaskRunner())));
+ context, MediaFileSystemBackend::MediaTaskRunner().get())));
}
DCHECK(url.type() == storage::kFileSystemTypeNativeLocal ||

Powered by Google App Engine
This is Rietveld 408576698