| Index: printing/printed_document_linux.cc
|
| diff --git a/printing/printed_document_linux.cc b/printing/printed_document_linux.cc
|
| index a104171ad56c144060be35c94c83fa36f937c1b5..74120ba0591bcc3cc05ae25133cfbb0f40a99df4 100644
|
| --- a/printing/printed_document_linux.cc
|
| +++ b/printing/printed_document_linux.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace printing {
|
|
|
| -#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
|
| +#if !defined(OS_ANDROID)
|
| void PrintedDocument::RenderPrintedPage(
|
| const PrintedPage& page, PrintingContext* context) const {
|
| #ifndef NDEBUG
|
| @@ -32,6 +32,6 @@ void PrintedDocument::RenderPrintedPage(
|
| }
|
| }
|
| }
|
| -#endif // !OS_CHROMEOS && !OS_ANDROID
|
| +#endif // !OS_ANDROID
|
|
|
| } // namespace printing
|
|
|