Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5556)

Unified Diff: chrome/browser/chromeos/policy/enterprise_install_attributes.cc

Issue 49773003: ChromeOS: Remove MockDBusThreadManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698