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 bae232189761d2ef115042faa1952f75f67a18ba..1502f66cb37636ba5afc2ab717ae16467fd29d37 100644 |
--- a/chrome/browser/password_manager/native_backend_gnome_x.h |
+++ b/chrome/browser/password_manager/native_backend_gnome_x.h |
@@ -71,7 +71,6 @@ class GnomeKeyringLoader { |
static bool keyring_loaded; |
private: |
-#if defined(DLOPEN_GNOME_KEYRING) |
struct FunctionInfo { |
const char* name; |
void** pointer; |
@@ -79,7 +78,6 @@ class GnomeKeyringLoader { |
// Make it easy to initialize the function pointers in LoadGnomeKeyring(). |
static const FunctionInfo functions[]; |
-#endif // defined(DLOPEN_GNOME_KEYRING) |
}; |
// NativeBackend implementation using GNOME Keyring. |