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

Unified Diff: components/encryptor/ie7_password_win.cc

Issue 168993002: Move encryptor API out of webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios fix 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
Index: components/encryptor/ie7_password_win.cc
diff --git a/components/webdata/encryptor/ie7_password_win.cc b/components/encryptor/ie7_password_win.cc
similarity index 98%
rename from components/webdata/encryptor/ie7_password_win.cc
rename to components/encryptor/ie7_password_win.cc
index d2d523b3722a73ca050bd99013cf1ff0658cf289..71d8e5364eb762e13594ccdc946809e3a53d7167 100644
--- a/components/webdata/encryptor/ie7_password_win.cc
+++ b/components/encryptor/ie7_password_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/webdata/encryptor/ie7_password_win.h"
+#include "components/encryptor/ie7_password_win.h"
#include <wincrypt.h>
#include <string>

Powered by Google App Engine
This is Rietveld 408576698