| Index: ui/gfx/linux_font_delegate.cc
|
| diff --git a/ui/gfx/linux_font_delegate.cc b/ui/gfx/linux_font_delegate.cc
|
| index 3dfdf942ece7aeda1ecdb6268ec0872bfe518cbf..201f26b4ae42573f74a6dffcaf95bd2e13f0ac37 100644
|
| --- a/ui/gfx/linux_font_delegate.cc
|
| +++ b/ui/gfx/linux_font_delegate.cc
|
| @@ -16,7 +16,7 @@ void LinuxFontDelegate::SetInstance(LinuxFontDelegate* instance) {
|
| g_linux_font_delegate = instance;
|
| }
|
|
|
| -const LinuxFontDelegate* LinuxFontDelegate::instance() {
|
| +LinuxFontDelegate* LinuxFontDelegate::instance() {
|
| return g_linux_font_delegate;
|
| }
|
|
|
|
|