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

Unified Diff: components/webdata/encryptor/encryptor_win.cc

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove duplicate include. Created 7 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/webdata/encryptor/encryptor_unittest.cc ('k') | sync/util/data_encryption_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/encryptor/encryptor_win.cc
diff --git a/chrome/browser/password_manager/encryptor_win.cc b/components/webdata/encryptor/encryptor_win.cc
similarity index 97%
rename from chrome/browser/password_manager/encryptor_win.cc
rename to components/webdata/encryptor/encryptor_win.cc
index ba50339cc4b1a09e399dd88374c717273f1ac087..ceb6020f4eabf90fca7276cc6dad36ea087cb46f 100644
--- a/chrome/browser/password_manager/encryptor_win.cc
+++ b/components/webdata/encryptor/encryptor_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 "chrome/browser/password_manager/encryptor.h"
+#include "components/webdata/encryptor/encryptor.h"
#include <windows.h>
#include <wincrypt.h>
« no previous file with comments | « components/webdata/encryptor/encryptor_unittest.cc ('k') | sync/util/data_encryption_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698