Index: content/browser/theme_helper_mac.mm |
diff --git a/content/browser/theme_helper_mac.mm b/content/browser/theme_helper_mac.mm |
index 3103a5c24ece736e09b7ae7b10db2515adfda160..29190602f8dcc9c756446507b330f86da4c7999c 100644 |
--- a/content/browser/theme_helper_mac.mm |
+++ b/content/browser/theme_helper_mac.mm |
@@ -72,7 +72,7 @@ suspensionBehavior:NSNotificationSuspensionBehaviorCoalesce]; |
} |
+ (void)notifyPrefsChangedWithRedraw:(BOOL)redraw { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults]; |
[defaults synchronize]; |