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

Unified Diff: chrome/browser/password_manager/login_database_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: 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
Index: chrome/browser/password_manager/login_database_win.cc
diff --git a/chrome/browser/password_manager/login_database_win.cc b/chrome/browser/password_manager/login_database_win.cc
index 79919d81b086d345ec6f778f56a642ac022879c2..5900b0fb7a2cbb4263b5c113a07b12788aa22a4c 100644
--- a/chrome/browser/password_manager/login_database_win.cc
+++ b/chrome/browser/password_manager/login_database_win.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "base/string_util.h"
-#include "chrome/browser/password_manager/encryptor.h"
#include "chrome/browser/password_manager/login_database.h"
+#include "components/encryptor/encryptor.h"
std::string LoginDatabase::EncryptedString(const string16& plain_text)
const {

Powered by Google App Engine
This is Rietveld 408576698