| Index: content/common/font_cache_dispatcher_win.cc
|
| diff --git a/content/common/font_cache_dispatcher_win.cc b/content/common/font_cache_dispatcher_win.cc
|
| index 880f0f473761a94ef9d7885dccd568aee111968d..e7d9eff5326025da69d0849fc838712a4dddc206 100644
|
| --- a/content/common/font_cache_dispatcher_win.cc
|
| +++ b/content/common/font_cache_dispatcher_win.cc
|
| @@ -28,8 +28,6 @@ class FontCache {
|
| tracked_objects::ScopedTracker tracking_profile(
|
| FROM_HERE_WITH_EXPLICIT_FUNCTION("90127 FontCache::PreCacheFont"));
|
|
|
| - typedef std::map<base::string16, FontCache::CacheElement> FontNameToElement;
|
| -
|
| base::AutoLock lock(mutex_);
|
|
|
| // Fetch the font into memory.
|
|
|