| Index: chrome/service/cloud_print/print_system_win.cc
|
| diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc
|
| index 7ae902c48b65278137fcf9f0ec206c258a26b380..3a38016131dd39876187a24e3d444b61bfd28679 100644
|
| --- a/chrome/service/cloud_print/print_system_win.cc
|
| +++ b/chrome/service/cloud_print/print_system_win.cc
|
| @@ -660,7 +660,7 @@ class PrintSystemWin : public PrintSystem {
|
| base::win::ScopedComPtr<IXpsPrintJob> xps_print_job_;
|
| bool should_couninit_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(JobSpoolerWin::Core);
|
| + DISALLOW_COPY_AND_ASSIGN(Core);
|
| };
|
| scoped_refptr<Core> core_;
|
|
|
|
|