Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
|
csilv
2012/07/11 00:45:49
nit: 2012
Dan Beam
2012/07/11 01:08:35
Done.
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/ui/webui/options2/font_settings_utils2.h" | 5 #include "chrome/browser/ui/webui/options2/font_settings_utils.h" |
| 6 | 6 |
| 7 namespace options2 { | 7 namespace options2 { |
| 8 | 8 |
| 9 // static | 9 // static |
| 10 void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) { | 10 void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) { |
| 11 // Nothing to do for Windows. | 11 // Nothing to do for Windows. |
| 12 } | 12 } |
| 13 | 13 |
| 14 } // namespace options2 | 14 } // namespace options2 |
| OLD | NEW |