 Chromium Code Reviews
 Chromium Code Reviews Issue 468443002:
  Cleanup namespace usage in platform/fonts/.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 468443002:
  Cleanup namespace usage in platform/fonts/.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/platform/fonts/FontCacheKey.h | 
| diff --git a/Source/platform/fonts/FontCacheKey.h b/Source/platform/fonts/FontCacheKey.h | 
| index 039b0da4ea5b547df6f604e2dc77c5a0a62c40b2..5cd4893642f893fd434bab62d53a797fd04c8a55 100644 | 
| --- a/Source/platform/fonts/FontCacheKey.h | 
| +++ b/Source/platform/fonts/FontCacheKey.h | 
| @@ -111,6 +111,6 @@ struct FontCacheKeyHash { | 
| struct FontCacheKeyTraits : WTF::SimpleClassHashTraits<FontCacheKey> { }; | 
| -} | 
| +} // namespace blink | 
| #endif // FontCacheKey_h |