| Index: chrome/browser/password_manager/native_backend_gnome_x.cc
|
| diff --git a/chrome/browser/password_manager/native_backend_gnome_x.cc b/chrome/browser/password_manager/native_backend_gnome_x.cc
|
| index 9b73f054c20bd7844e949f6d59c687b9c01ddaaf..260f3080e8a32e3e8d391f388e5c54187b1a6feb 100644
|
| --- a/chrome/browser/password_manager/native_backend_gnome_x.cc
|
| +++ b/chrome/browser/password_manager/native_backend_gnome_x.cc
|
| @@ -22,7 +22,7 @@
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| using content::BrowserThread;
|
| -using webkit_glue::PasswordForm;
|
| +using webkit::forms::PasswordForm;
|
|
|
| #define GNOME_KEYRING_DEFINE_POINTER(name) \
|
| typeof(&::gnome_keyring_##name) GnomeKeyringLoader::gnome_keyring_##name;
|
|
|