| Index: chrome/service/cloud_print/printer_job_queue_handler.cc
|
| diff --git a/chrome/service/cloud_print/printer_job_queue_handler.cc b/chrome/service/cloud_print/printer_job_queue_handler.cc
|
| index 78c70fa5d885d2e2edda9f4175c8df30a3393df8..e7d00f0e15dc19975e7de16e2a689cc44bed3c8f 100644
|
| --- a/chrome/service/cloud_print/printer_job_queue_handler.cc
|
| +++ b/chrome/service/cloud_print/printer_job_queue_handler.cc
|
| @@ -14,7 +14,7 @@ namespace cloud_print {
|
|
|
| class TimeProviderImpl : public PrinterJobQueueHandler::TimeProvider {
|
| public:
|
| - base::Time GetNow();
|
| + virtual base::Time GetNow() OVERRIDE;
|
| };
|
|
|
| base::Time TimeProviderImpl::GetNow() {
|
|
|