Index: trunk/src/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc |
=================================================================== |
--- trunk/src/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc (revision 266178) |
+++ trunk/src/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc (working copy) |
@@ -211,7 +211,7 @@ |
void BrowserPolicyConnectorChromeOS::SetInstallAttributesForTesting( |
EnterpriseInstallAttributes* attributes) { |
- DCHECK((attributes == NULL) != (g_testing_install_attributes == NULL)); |
+ DCHECK(!g_testing_install_attributes); |
g_testing_install_attributes = attributes; |
} |