| Index: ui/gfx/font_smoothing_win.cc
|
| diff --git a/ui/gfx/font_smoothing_win.cc b/ui/gfx/font_smoothing_win.cc
|
| index b181fb564e87bbcd8e3450b1efab992e5179973e..78309ff3d9632f233b1f249ab5918ffeb7a5f2c9 100644
|
| --- a/ui/gfx/font_smoothing_win.cc
|
| +++ b/ui/gfx/font_smoothing_win.cc
|
| @@ -36,7 +36,7 @@ class CachedFontSmoothingSettings : public gfx::SingletonHwnd::Observer {
|
| // Queries the font settings from the system.
|
| void QueryFontSettings();
|
|
|
| - // Indicates whether the MessagePumpObserver has been registered.
|
| + // Indicates whether the SingletonHwnd::Observer has been registered.
|
| bool observer_added_;
|
|
|
| // Indicates whether |smoothing_enabled_| and |cleartype_enabled_| are valid
|
|
|