Index: content/browser/indexed_db/indexed_db_backing_store.cc |
diff --git a/content/browser/indexed_db/indexed_db_backing_store.cc b/content/browser/indexed_db/indexed_db_backing_store.cc |
index 0db7b6141b3d341fc3a0ad0766afc9f011721146..e7107c5685a0f8ed6289433d267396824ae419f0 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store.cc |
+++ b/content/browser/indexed_db/indexed_db_backing_store.cc |
@@ -2362,7 +2362,7 @@ class LocalWriteClosure : public FileWriterDelegate::DelegateWriteCallback, |
const GURL& blob_url, |
const base::Time& last_modified, |
net::URLRequestContext* request_context) { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::IO); |
scoped_ptr<storage::FileStreamWriter> writer( |
storage::FileStreamWriter::CreateForLocalFile( |
task_runner_.get(), |