| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 2409bc78f8a26ef634559cd92a218278da491bca..cbb70ac6233d1655836e75fef31da669e4fb3fb2 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -352,7 +352,7 @@ class BrowserMainLoop::MemoryObserver : public base::MessageLoop::TaskObserver {
|
| // BrowserMainLoop construction / destruction =============================
|
|
|
| BrowserMainLoop* BrowserMainLoop::GetInstance() {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| return g_current_browser_main_loop;
|
| }
|
|
|
|
|