| Index: chromeos/printing/printer_translator.h
|
| diff --git a/chromeos/printing/printer_translator.h b/chromeos/printing/printer_translator.h
|
| index eb121ea57b0a910d6a75646f41f9ca249078eb37..a3730671decf3241b8858b05802b846abba487b4 100644
|
| --- a/chromeos/printing/printer_translator.h
|
| +++ b/chromeos/printing/printer_translator.h
|
| @@ -12,6 +12,7 @@
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| +class Time;
|
| }
|
|
|
| namespace chromeos {
|
| @@ -22,7 +23,8 @@ CHROMEOS_EXPORT extern const char kPrinterId[];
|
| // Returns a new printer populated with the fields from |pref|. Processes
|
| // dictionaries from policy i.e. cPanel.
|
| CHROMEOS_EXPORT std::unique_ptr<Printer> RecommendedPrinterToPrinter(
|
| - const base::DictionaryValue& pref);
|
| + const base::DictionaryValue& pref,
|
| + const base::Time& timestamp);
|
|
|
| } // namespace printing
|
| } // namespace chromeos
|
|
|