| Index: chrome/browser/ssl/ssl_blocking_page.h
 | 
| ===================================================================
 | 
| --- chrome/browser/ssl/ssl_blocking_page.h	(revision 70233)
 | 
| +++ chrome/browser/ssl/ssl_blocking_page.h	(working copy)
 | 
| @@ -8,6 +8,7 @@
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| +#include "base/string16.h"
 | 
|  #include "chrome/browser/ssl/ssl_error_info.h"
 | 
|  #include "chrome/browser/tab_contents/interstitial_page.h"
 | 
|  
 | 
| @@ -53,7 +54,7 @@
 | 
|    // ssl_error.html files.
 | 
|    // Note: there can be up to 5 strings in |extra_info|.
 | 
|    static void SetExtraInfo(DictionaryValue* strings,
 | 
| -                           const std::vector<std::wstring>& extra_info);
 | 
| +                           const std::vector<string16>& extra_info);
 | 
|  
 | 
|   protected:
 | 
|    // InterstitialPage implementation.
 | 
| 
 |