| Index: skia/ext/skia_histogram.cc
|
| diff --git a/skia/ext/skia_histogram.cc b/skia/ext/skia_histogram.cc
|
| index 430e66b1384c8c5c2832734b3f9e1ccfac53caf8..6649264429285b0a241a63b25b4ed8a3ad1bceaf 100644
|
| --- a/skia/ext/skia_histogram.cc
|
| +++ b/skia/ext/skia_histogram.cc
|
| @@ -5,7 +5,7 @@
|
| #include "skia/ext/skia_histogram.h"
|
|
|
| #include <type_traits>
|
| -#include "base/metrics/histogram.h"
|
| +#include "base/metrics/histogram_macros.h"
|
|
|
| // In order to prevent Chrome headers from leaking into Skia, we use a raw
|
| // intptr_t in the header, rather than the base::subtle::AtomicWord. Make sure
|
|
|