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