This commit is contained in:
Kevin Sawicki 2016-10-07 09:59:53 -07:00
parent af27c62b07
commit 25bcc2dd0d
2 changed files with 5 additions and 5 deletions

View file

@ -19,11 +19,11 @@ const wchar_t kSystemPreferencesWindowClass[] =
namespace api {
class SystemPreferencesColorChangeListener :
public gfx::SysColorChangeListener {
class SystemPreferencesColorChangeListener
: public gfx::SysColorChangeListener {
public:
explicit SystemPreferencesColorChangeListener(SystemPreferences* prefs):
prefs_(prefs) {
explicit SystemPreferencesColorChangeListener(SystemPreferences* prefs)
: prefs_(prefs) {
}
void OnSysColorChange() {