Index: chrome/browser/signin/signin_names_io_thread.cc |
diff --git a/chrome/browser/signin/signin_names_io_thread.cc b/chrome/browser/signin/signin_names_io_thread.cc |
index ae977dd6c345ee6293bbbc597f74cb177cce3a73..fc9c51664cd5506691a335a9afb951217eb73d2a 100644 |
--- a/chrome/browser/signin/signin_names_io_thread.cc |
+++ b/chrome/browser/signin/signin_names_io_thread.cc |
@@ -83,11 +83,11 @@ void SigninNamesOnIOThread::GoogleSignedOut(const std::string& account_id, |
} |
void SigninNamesOnIOThread::CheckOnIOThread() const { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::IO); |
} |
void SigninNamesOnIOThread::CheckOnUIThread() const { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
} |
void SigninNamesOnIOThread::PostTaskToIOThread(bool add, |