| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 42e960a6560decb9fd1611a24a78e2c8c35b4081..a7427262917f6ddd5fe100c1969b7472b77892b7 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -124,6 +124,7 @@
|
| #include "content/public/common/child_process_host.h"
|
| #include "content/public/common/content_descriptors.h"
|
| #include "content/public/common/url_utils.h"
|
| +#include "content/public/common/webpreferences.h"
|
| #include "extensions/browser/extension_registry.h"
|
| #include "extensions/browser/info_map.h"
|
| #include "extensions/browser/process_manager.h"
|
| @@ -149,7 +150,6 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/message_center/message_center_util.h"
|
| #include "webkit/browser/fileapi/external_mount_points.h"
|
| -#include "webkit/common/webpreferences.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "base/win/windows_version.h"
|
| @@ -479,7 +479,7 @@ bool CertMatchesFilter(const net::X509Certificate& cert,
|
| // Fills |map| with the per-script font prefs under path |map_name|.
|
| void FillFontFamilyMap(const PrefService* prefs,
|
| const char* map_name,
|
| - webkit_glue::ScriptFontFamilyMap* map) {
|
| + content::ScriptFontFamilyMap* map) {
|
| // TODO: Get rid of the brute-force scan over possible (font family / script)
|
| // combinations - see http://crbug.com/308095.
|
| for (size_t i = 0; i < prefs::kWebKitScriptsForFontFamilyMapsLength; ++i) {
|
|
|