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

Unified Diff: chrome/browser/importer/profile_writer.h

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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/importer/profile_writer.h
diff --git a/chrome/browser/importer/profile_writer.h b/chrome/browser/importer/profile_writer.h
index 77148280b56fe84f9de574713ac62fb011a3827a..f4fc4db15408c20edc8958188471aa5e07d38875 100644
--- a/chrome/browser/importer/profile_writer.h
+++ b/chrome/browser/importer/profile_writer.h
@@ -19,11 +19,9 @@
class Profile;
class TemplateURL;
-namespace webkit {
-namespace forms {
+namespace content {
struct PasswordForm;
}
-}
#if defined(OS_WIN)
struct IE7PasswordInfo;
@@ -55,7 +53,7 @@ class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> {
virtual bool TemplateURLServiceIsLoaded() const;
// Helper methods for adding data to local stores.
- virtual void AddPasswordForm(const webkit::forms::PasswordForm& form);
+ virtual void AddPasswordForm(const content::PasswordForm& form);
#if defined(OS_WIN)
virtual void AddIE7PasswordInfo(const IE7PasswordInfo& info);
« no previous file with comments | « chrome/browser/importer/profile_import_process_messages.h ('k') | chrome/browser/importer/profile_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698