| 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 2a8eca41640b27a2309d8292c67bf2a6a5f42502..fb76fee8c0b7fca48575fa6c930769f05f8be3b1 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -65,7 +65,8 @@ class RemoteFontFaceSource final : public CSSFontFaceSource,
|
| DISALLOW_NEW();
|
|
|
| public:
|
| - // Should not change following order in CacheHitMetrics to be used for metrics values.
|
| + // Should not change following order in CacheHitMetrics to be used for
|
| + // metrics values.
|
| enum CacheHitMetrics { Miss, DiskHit, DataUrl, MemoryHit, CacheHitEnumMax };
|
| enum DataSource {
|
| FromUnknown,
|
|
|