| Index: chrome/browser/password_manager/native_backend_gnome_x.h
|
| diff --git a/chrome/browser/password_manager/native_backend_gnome_x.h b/chrome/browser/password_manager/native_backend_gnome_x.h
|
| index 8418739f295758b38c8bd97e87a03793e3f5220c..f6e2ddb6f288d8e781260f54c73250e8bec1652e 100644
|
| --- a/chrome/browser/password_manager/native_backend_gnome_x.h
|
| +++ b/chrome/browser/password_manager/native_backend_gnome_x.h
|
| @@ -61,7 +61,7 @@ class GnomeKeyringLoader {
|
|
|
| // Declare the actual function pointers that we'll use in client code.
|
| #define GNOME_KEYRING_DECLARE_POINTER(name) \
|
| - static typeof(&::gnome_keyring_##name) gnome_keyring_##name;
|
| + static decltype(&::gnome_keyring_##name) gnome_keyring_##name;
|
| GNOME_KEYRING_FOR_EACH_FUNC(GNOME_KEYRING_DECLARE_POINTER)
|
| #undef GNOME_KEYRING_DECLARE_POINTER
|
|
|
|
|