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

Unified Diff: chromeos/dbus/fake_cryptohome_client.cc

Issue 2382833002: Rename policy::EnterpriseInstallAttributes to chromeos::InstallAttributes. (Closed)
Patch Set: Add missing #includes. Created 4 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
« no previous file with comments | « chrome/browser/ui/webui/options/preferences_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_cryptohome_client.cc
diff --git a/chromeos/dbus/fake_cryptohome_client.cc b/chromeos/dbus/fake_cryptohome_client.cc
index 063582e78372703b08da9a4a666ed6419362f6eb..8d7e841c85714ee05693669398a561b7c049d368 100644
--- a/chromeos/dbus/fake_cryptohome_client.cc
+++ b/chromeos/dbus/fake_cryptohome_client.cc
@@ -292,7 +292,7 @@ bool FakeCryptohomeClient::InstallAttributesFinalize(bool* successful) {
// The cryptohome::SerializedInstallAttributes protobuf lives in
// chrome/browser/chromeos, so it can't be used directly here; use the
// low-level protobuf API instead to just write the name-value pairs.
- // The cache file is read by EnterpriseInstallAttributes::Init.
+ // The cache file is read by InstallAttributes::Init.
base::FilePath cache_path;
if (!PathService::Get(chromeos::FILE_INSTALL_ATTRIBUTES, &cache_path))
return false;
« no previous file with comments | « chrome/browser/ui/webui/options/preferences_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698