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

Unified Diff: components/os_crypt/os_crypt_win.cc

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/os_crypt_unittest.cc ('k') | components/password_manager.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/os_crypt_win.cc
diff --git a/components/encryptor/os_crypt_win.cc b/components/os_crypt/os_crypt_win.cc
similarity index 97%
rename from components/encryptor/os_crypt_win.cc
rename to components/os_crypt/os_crypt_win.cc
index 3853509c391dead4194ab483bf9f81589962857b..1f4e7494ca2b406f8ea73191f6e840dff787da88 100644
--- a/components/encryptor/os_crypt_win.cc
+++ b/components/os_crypt/os_crypt_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/encryptor/os_crypt.h"
+#include "components/os_crypt/os_crypt.h"
#include <windows.h>
#include <wincrypt.h>
« no previous file with comments | « components/os_crypt/os_crypt_unittest.cc ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698