| Index: content/shell/browser/layout_test/layout_test_message_filter.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_message_filter.cc b/content/shell/browser/layout_test/layout_test_message_filter.cc
|
| index 35dc09653c50b2751811ee8e81f4e532aa58b75c..aa5ff0b2ab0aaf024c3920738b0695530b09e119 100644
|
| --- a/content/shell/browser/layout_test/layout_test_message_filter.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_message_filter.cc
|
| @@ -100,7 +100,7 @@ void LayoutTestMessageFilter::OnRegisterIsolatedFileSystem(
|
| }
|
|
|
| void LayoutTestMessageFilter::OnClearAllDatabases() {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::FILE);
|
| database_tracker_->DeleteDataModifiedSince(
|
| base::Time(), net::CompletionCallback());
|
| }
|
|
|