Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(654)

Unified Diff: printing/page_overlays.cc

Issue 6366019: Part 1 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Nico's changes that I patched in for testing. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 &&

Powered by Google App Engine
This is Rietveld 408576698