Index: content/child/browser_font_resource_trusted.h |
diff --git a/content/child/browser_font_resource_trusted.h b/content/child/browser_font_resource_trusted.h |
index 23a434423c8b9811e85ca4850dda34c4c0ec67e4..09afe0c0a48b07fe5f338d1ee2b3743ad4c4a635 100644 |
--- a/content/child/browser_font_resource_trusted.h |
+++ b/content/child/browser_font_resource_trusted.h |
@@ -19,7 +19,7 @@ |
class SkCanvas; |
-namespace WebKit { |
+namespace blink { |
class WebFont; |
} |
@@ -72,7 +72,7 @@ class BrowserFontResource_Trusted |
PP_Bool image_data_is_opaque); |
private: |
- scoped_ptr<WebKit::WebFont> font_; |
+ scoped_ptr<blink::WebFont> font_; |
DISALLOW_COPY_AND_ASSIGN(BrowserFontResource_Trusted); |
}; |