Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(886)

Unified Diff: Source/core/fetch/FontResource.cpp

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/ApplicationCacheErrorEvent.cpp ('k') | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/FontResource.cpp
diff --git a/Source/core/fetch/FontResource.cpp b/Source/core/fetch/FontResource.cpp
index 3b097309df36f99d53119d229343ed58521fdfd3..e2bd3a81aeb0f138c17cd0111ae2dc349aada25d 100644
--- a/Source/core/fetch/FontResource.cpp
+++ b/Source/core/fetch/FontResource.cpp
@@ -62,7 +62,7 @@ static FontPackageFormat packageFormatOf(SharedBuffer* buffer)
static void recordPackageFormatHistogram(FontPackageFormat format)
{
- blink::Platform::current()->histogramEnumeration("WebFont.PackageFormat", format, PackageFormatEnumMax);
+ Platform::current()->histogramEnumeration("WebFont.PackageFormat", format, PackageFormatEnumMax);
}
FontResource::FontResource(const ResourceRequest& resourceRequest)
« no previous file with comments | « Source/core/events/ApplicationCacheErrorEvent.cpp ('k') | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698