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

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

Issue 517066: Implement AutoFillProfile, a collection of form groups that stores profile in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/autofill/home_phone_number.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/phone_number.h
===================================================================
--- chrome/browser/autofill/phone_number.h (revision 35719)
+++ chrome/browser/autofill/phone_number.h (working copy)
@@ -13,6 +13,9 @@
// A form group that stores phone number information.
class PhoneNumber : public FormGroup {
public:
+ PhoneNumber() {}
+ virtual ~PhoneNumber() {}
+
// FormGroup implementation:
virtual FormGroup* Clone() const = 0;
virtual void GetPossibleFieldTypes(const string16& text,
« no previous file with comments | « chrome/browser/autofill/home_phone_number.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698