| Index: chrome/service/cloud_print/printer_job_handler.h
 | 
| diff --git a/chrome/service/cloud_print/printer_job_handler.h b/chrome/service/cloud_print/printer_job_handler.h
 | 
| index 55b808584f30877673bbb7ee1da06d1bb8fb24ba..1b5f4186317148a8febfdd719d072782e6d3a8be 100644
 | 
| --- a/chrome/service/cloud_print/printer_job_handler.h
 | 
| +++ b/chrome/service/cloud_print/printer_job_handler.h
 | 
| @@ -90,6 +90,7 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>,
 | 
|      int pending_xmpp_timeout;
 | 
|  
 | 
|      PrinterInfoFromCloud();
 | 
| +    PrinterInfoFromCloud(const PrinterInfoFromCloud& other);
 | 
|    };
 | 
|  
 | 
|    // Begin public interface
 | 
| 
 |