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

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

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another gyp attempt Created 7 years, 5 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 | « chrome/utility/profile_import_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/encryptor/ie7_password_unittest_win.cc
diff --git a/chrome/browser/importer/ie_importer_unittest_win.cc b/components/webdata/encryptor/ie7_password_unittest_win.cc
similarity index 98%
rename from chrome/browser/importer/ie_importer_unittest_win.cc
rename to components/webdata/encryptor/ie7_password_unittest_win.cc
index df16ade8945cbf9e7cbe0997cb2bd33882e54aa6..37021e8b99e7eba37389c19aa111e079c875d119 100644
--- a/chrome/browser/importer/ie_importer_unittest_win.cc
+++ b/components/webdata/encryptor/ie7_password_unittest_win.cc
@@ -11,7 +11,7 @@
#include "base/strings/string16.h"
#include "components/webdata/encryptor/ie7_password.h"
-TEST(IEImporterTest, IE7Importer) {
+TEST(IE7PasswordTest, GetUserPassword) {
// This is the unencrypted values of my keys under Storage2.
// The passwords have been manually changed to abcdef... but the size remains
// the same.
« no previous file with comments | « chrome/utility/profile_import_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698