| Index: chrome/browser/history/text_database.cc
|
| diff --git a/chrome/browser/history/text_database.cc b/chrome/browser/history/text_database.cc
|
| index 5efc8f43c9478fe550c2a4014961b02a125c86f2..cb65645f911e0e8ac768a76641c529057c77ad11 100644
|
| --- a/chrome/browser/history/text_database.cc
|
| +++ b/chrome/browser/history/text_database.cc
|
| @@ -13,8 +13,8 @@
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| +#include "base/stringprintf.h"
|
| #include "base/string_number_conversions.h"
|
| -#include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/diagnostics/sqlite_diagnostics.h"
|
|
|
|
|