| Index: chrome/browser/sync/glue/typed_url_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/typed_url_change_processor.cc b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| index f5733159d6003db408d34ee7320d16f221f01a07..49f07fe102cdaaeed08adc1994c219294f4a4f06 100644
|
| --- a/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| @@ -323,7 +323,7 @@ void TypedUrlChangeProcessor::Disconnect() {
|
| }
|
|
|
| void TypedUrlChangeProcessor::StartImpl() {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| DCHECK(history_backend_);
|
| DCHECK(backend_loop_);
|
| backend_loop_->PostTask(FROM_HERE,
|
|
|