| Index: chrome/browser/ssl/ssl_manager.h
|
| ===================================================================
|
| --- chrome/browser/ssl/ssl_manager.h (revision 70282)
|
| +++ chrome/browser/ssl/ssl_manager.h (working copy)
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/scoped_ptr.h"
|
| +#include "base/string16.h"
|
| #include "chrome/browser/ssl/ssl_policy_backend.h"
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| @@ -66,7 +67,7 @@
|
| int* connection_status);
|
|
|
| // Returns "<organization_name> [<country>]".
|
| - static std::wstring GetEVCertName(const net::X509Certificate& cert);
|
| + static string16 GetEVCertName(const net::X509Certificate& cert);
|
|
|
| // Construct an SSLManager for the specified tab.
|
| // If |delegate| is NULL, SSLPolicy::GetDefaultPolicy() is used.
|
|
|