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

Unified Diff: components/os_crypt/keychain_password_mac.h

Issue 200713005: components: Rename encryptor directory to os_crypt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « components/os_crypt/ie7_password_win_unittest.cc ('k') | components/os_crypt/keychain_password_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/keychain_password_mac.h
diff --git a/components/encryptor/keychain_password_mac.h b/components/os_crypt/keychain_password_mac.h
similarity index 84%
rename from components/encryptor/keychain_password_mac.h
rename to components/os_crypt/keychain_password_mac.h
index 7cb8faf9f5af748730524945c94eb2102491336e..f044f04e3e1f6018f4258047458373ee60415075 100644
--- a/components/encryptor/keychain_password_mac.h
+++ b/components/os_crypt/keychain_password_mac.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_ENCRYPTOR_KEYCHAIN_PASSWORD_MAC_H_
-#define COMPONENTS_ENCRYPTOR_KEYCHAIN_PASSWORD_MAC_H_
+#ifndef COMPONENTS_OS_CRYPT_KEYCHAIN_PASSWORD_MAC_H_
+#define COMPONENTS_OS_CRYPT_KEYCHAIN_PASSWORD_MAC_H_
#include <string>
@@ -33,4 +33,4 @@ class KeychainPassword {
DISALLOW_COPY_AND_ASSIGN(KeychainPassword);
};
-#endif // COMPONENTS_ENCRYPTOR_KEYCHAIN_PASSWORD_MAC_H_
+#endif // COMPONENTS_OS_CRYPT_KEYCHAIN_PASSWORD_MAC_H_
« no previous file with comments | « components/os_crypt/ie7_password_win_unittest.cc ('k') | components/os_crypt/keychain_password_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698