summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/cookie_store_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/cookie_store_util.cc')
-rw-r--r--chrome/browser/net/cookie_store_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/cookie_store_util.cc b/chrome/browser/net/cookie_store_util.cc
index d6c8a50..eb0bfe7 100644
--- a/chrome/browser/net/cookie_store_util.cc
+++ b/chrome/browser/net/cookie_store_util.cc
@@ -34,7 +34,7 @@ class ChromeCookieMonsterDelegate : public net::CookieMonsterDelegate {
: profile_getter_(
base::Bind(&GetProfileOnUI, g_browser_process->profile_manager(),
profile)) {
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
+ DCHECK_CURRENTLY_ON(BrowserThread::UI);
DCHECK(profile);
}