| Index: chrome/browser/history/in_memory_database.cc
|
| diff --git a/chrome/browser/history/in_memory_database.cc b/chrome/browser/history/in_memory_database.cc
|
| index f5bff010df4915d61a4d53587f60cfeaf24f486c..a6a9a6f1c7e40b9a2c401842f39926e07cf853d7 100644
|
| --- a/chrome/browser/history/in_memory_database.cc
|
| +++ b/chrome/browser/history/in_memory_database.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/file_path.h"
|
| #include "base/histogram.h"
|
| #include "base/logging.h"
|
| -#include "base/string_util.h"
|
| #include "base/time.h"
|
| +#include "base/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
|
|
| namespace history {
|
|
|