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

Unified Diff: content/child/browser_font_resource_trusted.cc

Issue 147373005: Move webkit/common/webpreferences to content/public/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: content/child/browser_font_resource_trusted.cc
diff --git a/content/child/browser_font_resource_trusted.cc b/content/child/browser_font_resource_trusted.cc
index 39746a82fc5af620df2465a76a5833427817415e..7cc08ffc703351b6eed5f0fac440dfb8d00445c1 100644
--- a/content/child/browser_font_resource_trusted.cc
+++ b/content/child/browser_font_resource_trusted.cc
@@ -44,9 +44,9 @@ namespace {
const char kCommonScript[] = "Zyyy";
base::string16 GetFontFromMap(
- const webkit_glue::ScriptFontFamilyMap& map,
+ const content::ScriptFontFamilyMap& map,
const std::string& script) {
- webkit_glue::ScriptFontFamilyMap::const_iterator it =
+ content::ScriptFontFamilyMap::const_iterator it =
map.find(script);
if (it != map.end())
return it->second;

Powered by Google App Engine
This is Rietveld 408576698