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

Unified Diff: chrome/browser/autofill/phone_number.h

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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: chrome/browser/autofill/phone_number.h
diff --git a/chrome/browser/autofill/phone_number.h b/chrome/browser/autofill/phone_number.h
index ef1bafc0ec8707d0bc122f4b7186d4571053eac2..1167683e79f2ec5d435a73c538f6c71e7cf16e32 100644
--- a/chrome/browser/autofill/phone_number.h
+++ b/chrome/browser/autofill/phone_number.h
@@ -14,8 +14,8 @@
// A form group that stores phone number information.
class PhoneNumber : public FormGroup {
public:
- PhoneNumber() {}
- virtual ~PhoneNumber() {}
+ PhoneNumber();
+ virtual ~PhoneNumber();
// FormGroup implementation:
virtual FormGroup* Clone() const = 0;

Powered by Google App Engine
This is Rietveld 408576698