| Index: chrome/browser/importer/firefox2_importer.cc
|
| diff --git a/chrome/browser/importer/firefox2_importer.cc b/chrome/browser/importer/firefox2_importer.cc
|
| index cb023e3f0b686d559e5e98fbe72576352f30a82e..399895e5ca824907d85d1840eadc8d8219d82dcb 100644
|
| --- a/chrome/browser/importer/firefox2_importer.cc
|
| +++ b/chrome/browser/importer/firefox2_importer.cc
|
| @@ -30,7 +30,7 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "grit/generated_resources.h"
|
| #include "net/base/data_url.h"
|
| -#include "webkit/glue/password_form.h"
|
| +#include "webkit/forms/password_form.h"
|
|
|
| namespace {
|
| const char kItemOpen[] = "<DT><A";
|
| @@ -347,7 +347,7 @@ void Firefox2Importer::ImportPasswords() {
|
|
|
| std::string content;
|
| file_util::ReadFileToString(file, &content);
|
| - std::vector<webkit_glue::PasswordForm> forms;
|
| + std::vector<webkit::forms::PasswordForm> forms;
|
| decryptor.ParseSignons(content, &forms);
|
|
|
| if (!cancelled()) {
|
|
|