| Index: chrome/browser/browsing_data_remover.cc
|
| ===================================================================
|
| --- chrome/browser/browsing_data_remover.cc (revision 30037)
|
| +++ chrome/browser/browsing_data_remover.cc (working copy)
|
| @@ -227,8 +227,7 @@
|
| base::Time delete_end,
|
| MessageLoop* ui_loop) {
|
| // This function should be called on the IO thread.
|
| - DCHECK(MessageLoop::current() ==
|
| - ChromeThread::GetMessageLoop(ChromeThread::IO));
|
| + DCHECK(ChromeThread::CurrentlyOn(ChromeThread::IO));
|
|
|
| // Get a pointer to the cache.
|
| net::HttpTransactionFactory* factory =
|
|
|