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

Unified Diff: components/password_manager/core/browser/login_database_win.cc

Issue 168993002: Move encryptor API out of webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm unused includes Created 6 years, 10 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/password_manager/DEPS ('k') | components/signin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/login_database_win.cc
diff --git a/components/password_manager/core/browser/login_database_win.cc b/components/password_manager/core/browser/login_database_win.cc
index b3506456340476c99d27f65304c9a8214cd4d7e9..44a1d564624a3c4a3d2e3241ff9cd6073b49779d 100644
--- a/components/password_manager/core/browser/login_database_win.cc
+++ b/components/password_manager/core/browser/login_database_win.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "base/strings/string_util.h"
+#include "components/encryptor/encryptor.h"
#include "components/password_manager/core/browser/login_database.h"
-#include "components/webdata/encryptor/encryptor.h"
LoginDatabase::EncryptionResult LoginDatabase::EncryptedString(
const base::string16& plain_text,
« no previous file with comments | « components/password_manager/DEPS ('k') | components/signin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698