diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 03:58:15 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 03:58:15 +0000 |
commit | e72abe93783338175dce9f5e2ab43165bcf34285 (patch) | |
tree | f2bbc0ddca0d709088d2ef39c5011d8313a3c816 /chromeos/dbus/fake_cryptohome_client.h | |
parent | ca183e10e682f1e5829909471af7328513127fdf (diff) | |
download | chromium_src-e72abe93783338175dce9f5e2ab43165bcf34285.zip chromium_src-e72abe93783338175dce9f5e2ab43165bcf34285.tar.gz chromium_src-e72abe93783338175dce9f5e2ab43165bcf34285.tar.bz2 |
cryptohome: Rename CryptohomeLibrary to SystemSaltGetter
To match what the class does.
BUG=305906
TEST=none
R=hashimoto@chromium.org
TBR=thestig@chromium.org
# for files outside of 'chromeos'
Review URL: https://codereview.chromium.org/26791003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/fake_cryptohome_client.h')
-rw-r--r-- | chromeos/dbus/fake_cryptohome_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/fake_cryptohome_client.h b/chromeos/dbus/fake_cryptohome_client.h index b1c0b42..d18b6e8 100644 --- a/chromeos/dbus/fake_cryptohome_client.h +++ b/chromeos/dbus/fake_cryptohome_client.h @@ -148,7 +148,7 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient { } // Returns the stub system salt as raw bytes. (not as a string encoded in the - // format used by CryptohomeLibrary::ConvertRawSaltToHexString()). + // format used by SystemSaltGetter::ConvertRawSaltToHexString()). static std::vector<uint8> GetStubSystemSalt(); private: |