| Index: ui/gfx/platform_font_win.h
 | 
| diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h
 | 
| index 035ce8ac13ea76827977f31a8911a1df20c6f8e7..4826f777ffc249eb5c0db1857e01a410a632060b 100644
 | 
| --- a/ui/gfx/platform_font_win.h
 | 
| +++ b/ui/gfx/platform_font_win.h
 | 
| @@ -63,6 +63,7 @@ class GFX_EXPORT PlatformFontWin : public PlatformFont {
 | 
|    virtual int GetExpectedTextWidth(int length) const OVERRIDE;
 | 
|    virtual int GetStyle() const OVERRIDE;
 | 
|    virtual std::string GetFontName() const OVERRIDE;
 | 
| +  virtual std::string GetActualFontNameForTesting() const OVERRIDE;
 | 
|    virtual int GetFontSize() const OVERRIDE;
 | 
|    virtual NativeFont GetNativeFont() const OVERRIDE;
 | 
|  
 | 
| 
 |