Index: printing/page_overlays.cc |
diff --git a/printing/page_overlays.cc b/printing/page_overlays.cc |
index f6a7c28b94effe6d8773ad737af2476926a7e521..857fa39c6400abb83256df1d847c7f03d8e15961 100644 |
--- a/printing/page_overlays.cc |
+++ b/printing/page_overlays.cc |
@@ -44,6 +44,8 @@ PageOverlays::PageOverlays() |
bottom_right(kPageOnTotal) { |
} |
+PageOverlays::~PageOverlays() {} |
+ |
bool PageOverlays::Equals(const PageOverlays& rhs) const { |
return top_left == rhs.top_left && |
top_center == rhs.top_center && |