| Index: printing/backend/win_helper.h
|
| diff --git a/printing/backend/win_helper.h b/printing/backend/win_helper.h
|
| index 05e0fe97c78066159da8e1f6ce22227c1506307a..a9090be8a55c0f24eb2b6a0d295b4faa5d3a7f18 100644
|
| --- a/printing/backend/win_helper.h
|
| +++ b/printing/backend/win_helper.h
|
| @@ -141,6 +141,8 @@ class PRINTING_EXPORT ScopedXPSInitializer {
|
|
|
| private:
|
| bool initialized_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(ScopedXPSInitializer);
|
| };
|
|
|
| // Wrapper class to wrap the XPS Print APIs (these are different from the PTxxx
|
|
|