| Index: third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/HistogramTester.h b/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| index 18e79291fbaf73c22a0311d9a204d96494b2ea3c..9aaf42dffdf05a68cc582fa6b9ce1d8c96495695 100644
|
| --- a/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| +++ b/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef HistogramTester_h
|
| #define HistogramTester_h
|
|
|
| -#include "platform/Histogram.h"
|
| #include <memory>
|
| +#include "platform/Histogram.h"
|
|
|
| namespace base {
|
| class HistogramTester;
|
|
|