Index: chrome/browser/task_manager/printing_information.h |
diff --git a/chrome/browser/task_manager/printing_information.h b/chrome/browser/task_manager/printing_information.h |
index d9dc6674364a5e3939adefdd9b656c8a812d02a9..8bc8c4d1e0baee65747e94c89a42ed9f77f49386 100644 |
--- a/chrome/browser/task_manager/printing_information.h |
+++ b/chrome/browser/task_manager/printing_information.h |
@@ -10,7 +10,7 @@ |
namespace task_manager { |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_PRINT_PREVIEW) |
class PrintingResource; |
// WebContentsInformation for WebContentses that are created for print preview |
@@ -29,7 +29,7 @@ class PrintingInformation : public NotificationObservingWebContentsInformation { |
private: |
DISALLOW_COPY_AND_ASSIGN(PrintingInformation); |
}; |
-#endif // defined(ENABLE_FULL_PRINTING) |
+#endif // defined(ENABLE_PRINT_PREVIEW) |
} // namespace task_manager |