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

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

Issue 14348027: Move ie7_password namespace to //components, so it can be used by components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix order of Win includes. Created 7 years, 8 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/ie7_password.h ('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.cc
diff --git a/chrome/browser/password_manager/ie7_password.cc b/components/webdata/encryptor/ie7_password.cc
similarity index 98%
rename from chrome/browser/password_manager/ie7_password.cc
rename to components/webdata/encryptor/ie7_password.cc
index ba15900544a463249fb96895ab54c4d0e1bdea45..793fde8cf659de4357a5cda983748bfe1694dc1c 100644
--- a/chrome/browser/password_manager/ie7_password.cc
+++ b/components/webdata/encryptor/ie7_password.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/ie7_password.h"
+#include "components/webdata/encryptor/ie7_password.h"
#include <wincrypt.h>
#include <string>
« no previous file with comments | « components/webdata/encryptor/ie7_password.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698