| Index: chrome/browser/metrics/thread_watcher.cc
|
| diff --git a/chrome/browser/metrics/thread_watcher.cc b/chrome/browser/metrics/thread_watcher.cc
|
| index 27dc82511b812a8aba1a8eeee256932a98c611d3..ec130459b523b474b8368900e49551004f9e01a3 100644
|
| --- a/chrome/browser/metrics/thread_watcher.cc
|
| +++ b/chrome/browser/metrics/thread_watcher.cc
|
| @@ -346,7 +346,7 @@ ThreadWatcherList::CrashDataThresholds::CrashDataThresholds()
|
| // static
|
| void ThreadWatcherList::StartWatchingAll(
|
| const base::CommandLine& command_line) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| uint32 unresponsive_threshold;
|
| CrashOnHangThreadMap crash_on_hang_threads;
|
| ParseCommandLine(command_line,
|
|
|