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 a520cc86615017db9bf7f800a21d852fbca759e5..ba6264554b13989fa5d41b7c087a44964eef001d 100644 |
--- a/chrome/browser/task_manager/printing_information.h |
+++ b/chrome/browser/task_manager/printing_information.h |
@@ -10,7 +10,6 @@ |
namespace task_manager { |
-#if defined(ENABLE_PRINT_PREVIEW) |
class PrintingResource; |
// WebContentsInformation for WebContentses that are created for print preview |
@@ -29,7 +28,6 @@ class PrintingInformation : public NotificationObservingWebContentsInformation { |
private: |
DISALLOW_COPY_AND_ASSIGN(PrintingInformation); |
}; |
-#endif // defined(ENABLE_PRINT_PREVIEW) |
} // namespace task_manager |