| Index: third_party/WebKit/Source/platform/testing/HistogramTester.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/HistogramTester.cpp b/third_party/WebKit/Source/platform/testing/HistogramTester.cpp
|
| index 9267c9cf2ec20bcc1a223537afd1dac98d3fc5d9..9f89853a94163116fe6265b9ea2043acdab7b8c0 100644
|
| --- a/third_party/WebKit/Source/platform/testing/HistogramTester.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/HistogramTester.cpp
|
| @@ -10,7 +10,7 @@
|
| namespace blink {
|
|
|
| HistogramTester::HistogramTester()
|
| - : m_histogramTester(wrapUnique(new base::HistogramTester)) {}
|
| + : m_histogramTester(WTF::wrapUnique(new base::HistogramTester)) {}
|
|
|
| HistogramTester::~HistogramTester() {}
|
|
|
|
|