| Index: components/history/core/browser/in_memory_database.cc
|
| diff --git a/components/history/core/browser/in_memory_database.cc b/components/history/core/browser/in_memory_database.cc
|
| index 5ae9b22166f9fb2d95ba503e6cb78775b07bcf5c..b99e202f21da899931a28a34a63fd8128e721f86 100644
|
| --- a/components/history/core/browser/in_memory_database.cc
|
| +++ b/components/history/core/browser/in_memory_database.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| -#include "base/metrics/histogram.h"
|
| +#include "base/metrics/histogram_macros.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| #include "build/build_config.h"
|
|
|