| Index: third_party/WebKit/Source/platform/Histogram.h
|
| diff --git a/third_party/WebKit/Source/platform/Histogram.h b/third_party/WebKit/Source/platform/Histogram.h
|
| index 1eb368762e9c7d8d8f273dac4c38b03276c01275..29edecb8027395c7a3f9976b49f3f96fe596aff3 100644
|
| --- a/third_party/WebKit/Source/platform/Histogram.h
|
| +++ b/third_party/WebKit/Source/platform/Histogram.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef Histogram_h
|
| #define Histogram_h
|
|
|
| +#include <stdint.h>
|
| #include "base/metrics/histogram_base.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/CurrentTime.h"
|
| -#include <stdint.h>
|
|
|
| namespace base {
|
| class HistogramBase;
|
|
|