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

Unified Diff: printing/page_overlays.h

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.h
diff --git a/printing/page_overlays.h b/printing/page_overlays.h
index 0ffc1baaa49b49caad182a6fcfbecec260f08c2a..c002fb3d3a1c6596a08fb2ed1e7222445d3c94ba 100644
--- a/printing/page_overlays.h
+++ b/printing/page_overlays.h
@@ -31,6 +31,7 @@ class PageOverlays {
};
PageOverlays();
+ ~PageOverlays();
// Equality operator.
bool Equals(const PageOverlays& rhs) const;

Powered by Google App Engine
This is Rietveld 408576698