Index: chrome/browser/chromeos/policy/enterprise_install_attributes.cc |
diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes.cc b/chrome/browser/chromeos/policy/enterprise_install_attributes.cc |
index c56e8160d3ef43a699753e61f0e9a1cb711f5fcb..278309d8659966947248cf8377ec6f41b42d6413 100644 |
--- a/chrome/browser/chromeos/policy/enterprise_install_attributes.cc |
+++ b/chrome/browser/chromeos/policy/enterprise_install_attributes.cc |
@@ -94,7 +94,8 @@ EnterpriseInstallAttributes::EnterpriseInstallAttributes( |
: device_locked_(false), |
registration_mode_(DEVICE_MODE_PENDING), |
cryptohome_client_(cryptohome_client), |
- weak_ptr_factory_(this) {} |
+ weak_ptr_factory_(this) { |
+} |
EnterpriseInstallAttributes::~EnterpriseInstallAttributes() {} |