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

Unified Diff: components/os_crypt/os_crypt.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/keychain_password_mac_unittest.mm ('k') | components/os_crypt/os_crypt_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/os_crypt.h
diff --git a/components/encryptor/os_crypt.h b/components/os_crypt/os_crypt.h
similarity index 93%
rename from components/encryptor/os_crypt.h
rename to components/os_crypt/os_crypt.h
index ae899aaa843fd495b24df30f855016dd59030aac..a75ccf9a882b05c3dde9e7a161b19dab5dee7ff2 100644
--- a/components/encryptor/os_crypt.h
+++ b/components/os_crypt/os_crypt.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_OS_CRYPT_H_
-#define COMPONENTS_ENCRYPTOR_OS_CRYPT_H_
+#ifndef COMPONENTS_OS_CRYPT_OS_CRYPT_H_
+#define COMPONENTS_OS_CRYPT_OS_CRYPT_H_
#include <string>
@@ -45,4 +45,4 @@ class OSCrypt {
DISALLOW_IMPLICIT_CONSTRUCTORS(OSCrypt);
};
-#endif // COMPONENTS_ENCRYPTOR_OS_CRYPT_H_
+#endif // COMPONENTS_OS_CRYPT_OS_CRYPT_H_
« no previous file with comments | « components/os_crypt/keychain_password_mac_unittest.mm ('k') | components/os_crypt/os_crypt_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698