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

Unified Diff: content/child/browser_font_resource_trusted.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
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);
};
« no previous file with comments | « content/child/appcache/web_application_cache_host_impl.cc ('k') | content/child/browser_font_resource_trusted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698