Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #ifndef CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_ | |
| 2 #define CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_ | |
| 3 | |
| 4 class PrefRegistrySimple; | |
| 5 class PrefService; | |
| 6 | |
| 7 namespace user_prefs { | |
| 8 class PrefRegistrySimple; | |
| 9 } | |
| 10 | |
| 11 namespace chromeos { | |
| 12 | |
| 13 class PrinterPrefManager { | |
| 14 public: | |
| 15 static RegisterPrefs(PrefRegistrySimple* registry); | |
| 16 } | |
| 17 | |
| 18 } // namespace chromeos | |
| 19 | |
| 20 #endif // CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_ | |
| OLD | NEW |