| Index: chrome/service/cloud_print/job_status_updater.cc
|
| diff --git a/chrome/service/cloud_print/job_status_updater.cc b/chrome/service/cloud_print/job_status_updater.cc
|
| index 7c7d1ca25167b2e5b5a6ca9a1389540de4b6308b..1f36b2a23d1eebb5d22880eeaf48023a6252647a 100644
|
| --- a/chrome/service/cloud_print/job_status_updater.cc
|
| +++ b/chrome/service/cloud_print/job_status_updater.cc
|
| @@ -26,6 +26,8 @@ JobStatusUpdater::JobStatusUpdater(const std::string& printer_name,
|
| DCHECK(delegate_);
|
| }
|
|
|
| +JobStatusUpdater::~JobStatusUpdater() {}
|
| +
|
| // Start checking the status of the local print job.
|
| void JobStatusUpdater::UpdateStatus() {
|
| // It does not matter if we had already sent out an update and are waiting for
|
|
|