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

Unified Diff: printing/backend/print_backend.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/backend/print_backend.h
diff --git a/printing/backend/print_backend.h b/printing/backend/print_backend.h
index 63c00c9278702c87f9cf04d0b535481866926322..befeb26d5e97d8df290372524121e87d6ae978ca 100644
--- a/printing/backend/print_backend.h
+++ b/printing/backend/print_backend.h
@@ -30,6 +30,9 @@ struct PrinterBasicInfo {
typedef std::vector<PrinterBasicInfo> PrinterList;
struct PrinterCapsAndDefaults {
+ PrinterCapsAndDefaults();
+ ~PrinterCapsAndDefaults();
+
std::string printer_capabilities;
std::string caps_mime_type;
std::string printer_defaults;

Powered by Google App Engine
This is Rietveld 408576698