| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
 | 
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
 | 
| index cef5df0a5ea38f0fc95348e6aa6c3de6d6838f65..e724f31301ab5f4186eec7cb3b74195f975f0d51 100644
 | 
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
 | 
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
 | 
| @@ -14,9 +14,9 @@
 | 
|  #include "base/metrics/field_trial.h"
 | 
|  #include "base/metrics/histogram.h"
 | 
|  #include "base/prefs/pref_service.h"
 | 
| -#include "base/stringprintf.h"
 | 
|  #include "base/strings/string_number_conversions.h"
 | 
|  #include "base/strings/string_piece.h"
 | 
| +#include "base/strings/stringprintf.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
|  #include "base/time.h"
 | 
|  #include "base/values.h"
 | 
| 
 |