| Index: chrome/browser/gtk/certificate_dialogs.h
|
| diff --git a/chrome/browser/gtk/certificate_dialogs.h b/chrome/browser/gtk/certificate_dialogs.h
|
| index 00f1fc1ba5302614a61344e7395cf7233f278143..403a040012bdc8110c514115ddafd9b096089dbf 100644
|
| --- a/chrome/browser/gtk/certificate_dialogs.h
|
| +++ b/chrome/browser/gtk/certificate_dialogs.h
|
| @@ -6,10 +6,10 @@
|
| #define CHROME_BROWSER_GTK_CERTIFICATE_DIALOGS_H_
|
| #pragma once
|
|
|
| -#include <cert.h>
|
| -
|
| #include "chrome/browser/shell_dialogs.h"
|
| +#include "net/base/x509_certificate.h"
|
|
|
| -void ShowCertExportDialog(gfx::NativeWindow parent, CERTCertificate* cert);
|
| +void ShowCertExportDialog(gfx::NativeWindow parent,
|
| + net::X509Certificate::OSCertHandle cert);
|
|
|
| #endif // CHROME_BROWSER_GTK_CERTIFICATE_DIALOGS_H_
|
|
|