| Index: third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| index d10c7371756135cac93b46227096527ee5161434..c93f1ca2c8976499346a61fb64b0ea640d06ba4a 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -43,7 +43,7 @@ protected:
|
|
|
| private:
|
| class FontLoadHistograms {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| FontLoadHistograms() : m_loadStartTime(0), m_fallbackPaintTime(0) { }
|
| void loadStarted();
|
|
|