Index: chrome/browser/importer/firefox3_importer.cc |
diff --git a/chrome/browser/importer/firefox3_importer.cc b/chrome/browser/importer/firefox3_importer.cc |
index 948df9853bc3b209ae19e3077f2e60aadbe3392f..6a38c663658359fb3a0474aa9babc66e37971147 100644 |
--- a/chrome/browser/importer/firefox3_importer.cc |
+++ b/chrome/browser/importer/firefox3_importer.cc |
@@ -22,11 +22,11 @@ |
#include "chrome/browser/search_engines/template_url.h" |
#include "chrome/common/time_format.h" |
#include "content/public/browser/browser_thread.h" |
+#include "content/public/common/password_form.h" |
#include "googleurl/src/gurl.h" |
#include "grit/generated_resources.h" |
#include "sql/connection.h" |
#include "sql/statement.h" |
-#include "webkit/forms/password_form.h" |
using content::BrowserThread; |
@@ -307,7 +307,7 @@ void Firefox3Importer::ImportPasswords() { |
return; |
} |
- std::vector<webkit::forms::PasswordForm> forms; |
+ std::vector<content::PasswordForm> forms; |
FilePath source_path = source_path_; |
FilePath file = source_path.AppendASCII("signons.sqlite"); |
if (file_util::PathExists(file)) { |