Index: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc |
diff --git a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc |
index 2a272e658d12c52ee6e8359c2e5ee57613ccb78b..0b31559bbb6c8a7fc97635f8758598fbf1e385af 100644 |
--- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc |
+++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc |
@@ -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; |
} |