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

Unified Diff: components/encryptor/encryptor_password_mac.h

Issue 183953005: Rename components's Encryptor to OSEncrypt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: components/encryptor/encryptor_password_mac.h
diff --git a/components/encryptor/encryptor_password_mac.h b/components/encryptor/encryptor_password_mac.h
index fc2a915d7c4199f805dfcefee6d66a129023a506..d519b52539276920f62a38a43473c6df796762a5 100644
--- a/components/encryptor/encryptor_password_mac.h
+++ b/components/encryptor/encryptor_password_mac.h
@@ -7,11 +7,11 @@
#include <string>
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace crypto {
class AppleKeychain;
-} // namespace crypto
+}
class EncryptorPassword {
Jói 2014/02/28 13:43:39 Shouldn't this (and similar classes) also be renam
tfarina 2014/02/28 14:26:56 Renamed to KeychainPassword. I will change the dir
public:
@@ -28,8 +28,9 @@ class EncryptorPassword {
std::string GetEncryptorPassword() const;
private:
- DISALLOW_COPY_AND_ASSIGN(EncryptorPassword);
const crypto::AppleKeychain& keychain_;
+
+ DISALLOW_COPY_AND_ASSIGN(EncryptorPassword);
};
#endif // COMPONENTS_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698