Index: chrome/browser/importer/profile_writer.h |
diff --git a/chrome/browser/importer/profile_writer.h b/chrome/browser/importer/profile_writer.h |
index 2d7b6dbcf19672eff938d0a2dedd889d507713d9..2192a69a0f835e03069e34de81c5f22dc026a851 100644 |
--- a/chrome/browser/importer/profile_writer.h |
+++ b/chrome/browser/importer/profile_writer.h |
@@ -21,7 +21,7 @@ struct ImportedFaviconUsage; |
class Profile; |
class TemplateURL; |
-namespace content { |
+namespace autofill { |
struct PasswordForm; |
} |
@@ -42,7 +42,7 @@ class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> { |
virtual bool TemplateURLServiceIsLoaded() const; |
// Helper methods for adding data to local stores. |
- virtual void AddPasswordForm(const content::PasswordForm& form); |
+ virtual void AddPasswordForm(const autofill::PasswordForm& form); |
#if defined(OS_WIN) |
virtual void AddIE7PasswordInfo(const IE7PasswordInfo& info); |