Index: printing/printed_document.cc |
diff --git a/printing/printed_document.cc b/printing/printed_document.cc |
index f77b135f2f8de659805b3984ef3d95d67885d4fd..b38a465ce2b495a77432981bd103430e938a7590 100644 |
--- a/printing/printed_document.cc |
+++ b/printing/printed_document.cc |
@@ -263,8 +263,8 @@ PrintedDocument::Immutable::Immutable(const PrintSettings& settings, |
PrintedDocument::Immutable::~Immutable() { |
} |
-#if defined(OS_CHROMEOS) || defined(OS_ANDROID) |
-// This function is not used on aura linux/chromeos or android. |
+#if defined(OS_ANDROID) |
+// This function is not used on android. |
void PrintedDocument::RenderPrintedPage(const PrintedPage& page, |
PrintingContext* context) const { |
} |