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

Unified Diff: printing/print_settings.cc

Issue 3522004: FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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/print_settings.cc
diff --git a/printing/print_settings.cc b/printing/print_settings.cc
index 98a9ebf986b093912cf0a5535234127974a14982..0950d63a44dfe666251a9a2fd34e9efa6838179a 100644
--- a/printing/print_settings.cc
+++ b/printing/print_settings.cc
@@ -31,6 +31,9 @@ PrintSettings::PrintSettings()
landscape_(false) {
}
+PrintSettings::~PrintSettings() {
+}
+
void PrintSettings::Clear() {
ranges.clear();
min_shrink = 1.25;

Powered by Google App Engine
This is Rietveld 408576698