| Index: chrome/browser/importer/importer_bridge.h
|
| diff --git a/chrome/browser/importer/importer_bridge.h b/chrome/browser/importer/importer_bridge.h
|
| index cc607037d28a4878afe7397f738f4c47245d507a..23ea97b34d38031bf96aec4c341055eca138b3b3 100644
|
| --- a/chrome/browser/importer/importer_bridge.h
|
| +++ b/chrome/browser/importer/importer_bridge.h
|
| @@ -42,7 +42,7 @@ class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> {
|
| int default_keyword_index,
|
| bool unique_on_host_and_path) = 0;
|
|
|
| - virtual void SetPasswordForm(const webkit_glue::PasswordForm& form) = 0;
|
| + virtual void SetPasswordForm(const webkit::forms::PasswordForm& form) = 0;
|
|
|
| // Notifies the coordinator that the import operation has begun.
|
| virtual void NotifyStarted() = 0;
|
|
|