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

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

Issue 24869003: cryptohome: Move stateless wrapper functions out of CryptohomeLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 3 months 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/stub_enterprise_install_attributes.cc
diff --git a/chrome/browser/chromeos/policy/stub_enterprise_install_attributes.cc b/chrome/browser/chromeos/policy/stub_enterprise_install_attributes.cc
index 5e4c64946150222e401dbf38c34a8ebdbd70d2c0..39516a16e7c3ab6fd1312819d442c620fcdf5766 100644
--- a/chrome/browser/chromeos/policy/stub_enterprise_install_attributes.cc
+++ b/chrome/browser/chromeos/policy/stub_enterprise_install_attributes.cc
@@ -11,7 +11,7 @@
namespace policy {
StubEnterpriseInstallAttributes::StubEnterpriseInstallAttributes()
- : EnterpriseInstallAttributes(NULL, NULL) {
+ : EnterpriseInstallAttributes(NULL) {
device_locked_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698