summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/system_encryptor.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 01:34:54 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 01:34:54 +0000
commitc523d20e1db8fb7fc003686f336b958605e8a58f (patch)
tree6995a795f122aa0abc6d71befb21149ed9232877 /components/sync_driver/system_encryptor.cc
parent77d2fa7ea388573238e8503ecbfa50974a5372f2 (diff)
downloadchromium_src-c523d20e1db8fb7fc003686f336b958605e8a58f.zip
chromium_src-c523d20e1db8fb7fc003686f336b958605e8a58f.tar.gz
chromium_src-c523d20e1db8fb7fc003686f336b958605e8a58f.tar.bz2
components: Rename encryptor directory to os_crypt.
Joi suggested doing this rename in a follow up CL ( https://codereview.chromium.org/183953005/diff/20001/components/encryptor/encryptor_password_mac.h#newcode16). So here it is. BUG=341293 TEST=None, no functional changes. R=joi@chromium.org,thestig@chromium.org,bcwhite@chromium.org Review URL: https://codereview.chromium.org/200713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/sync_driver/system_encryptor.cc')
-rw-r--r--components/sync_driver/system_encryptor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/sync_driver/system_encryptor.cc b/components/sync_driver/system_encryptor.cc
index 2a82a6c..53eaa96 100644
--- a/components/sync_driver/system_encryptor.cc
+++ b/components/sync_driver/system_encryptor.cc
@@ -4,7 +4,7 @@
#include "components/sync_driver/system_encryptor.h"
-#include "components/encryptor/os_crypt.h"
+#include "components/os_crypt/os_crypt.h"
namespace browser_sync {