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

Unified Diff: xfa/fwl/core/cfwl_barcode.h

Issue 2498163002: Cleanup cfwl_* files. (Closed)
Patch Set: Created 4 years, 1 month 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: xfa/fwl/core/cfwl_barcode.h
diff --git a/xfa/fwl/core/cfwl_barcode.h b/xfa/fwl/core/cfwl_barcode.h
index 30d158c2e8f911bd5fb0d82d828d5e79fb8e4c09..2f2594f3d4e6103723e3f971a719801bd5b44632 100644
--- a/xfa/fwl/core/cfwl_barcode.h
+++ b/xfa/fwl/core/cfwl_barcode.h
@@ -13,7 +13,7 @@
class CFWL_Barcode : public CFWL_Edit, public IFWL_BarcodeDP {
public:
- CFWL_Barcode(const IFWL_App*);
+ explicit CFWL_Barcode(const IFWL_App*);
Tom Sepez 2016/11/15 18:44:59 nit: (const IFWL_App* pApp);
dsinclair 2016/11/15 19:10:23 Done.
~CFWL_Barcode() override;
void Initialize();

Powered by Google App Engine
This is Rietveld 408576698