| Index: third_party/WebKit/Source/core/fetch/FontResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| index 23d84554f3e1ae7c72ff42fec2af753e3f2a92b4..ee88ef7de7c924f8fc2005f0d91fe4633fd24cac 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| @@ -111,7 +111,7 @@ class CORE_EXPORT FontResource final : public Resource {
|
| Timer<FontResource> m_fontLoadLongLimitTimer;
|
|
|
| friend class MemoryCache;
|
| - FRIEND_TEST_ALL_PREFIXES(ResourceFetcherTest, CacheAwareFontLoading);
|
| + FRIEND_TEST_ALL_PREFIXES(FontResourceTest, CacheAwareFontLoading);
|
| };
|
|
|
| DEFINE_RESOURCE_TYPE_CASTS(Font);
|
|
|