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

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

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix. Created 9 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
« no previous file with comments | « chrome/browser/autofill/form_structure_unittest.cc ('k') | chrome/browser/autofill/home_phone_number.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/home_phone_number.h
diff --git a/chrome/browser/autofill/home_phone_number.h b/chrome/browser/autofill/home_phone_number.h
deleted file mode 100644
index eee1162925be08c50a0ef75d7fd73f04c4d13d2e..0000000000000000000000000000000000000000
--- a/chrome/browser/autofill/home_phone_number.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_AUTOFILL_HOME_PHONE_NUMBER_H_
-#define CHROME_BROWSER_AUTOFILL_HOME_PHONE_NUMBER_H_
-#pragma once
-
-#include "chrome/browser/autofill/phone_number.h"
-
-class FormGroup;
-
-class HomePhoneNumber : public PhoneNumber {
- public:
- explicit HomePhoneNumber(AutofillProfile* profile);
- HomePhoneNumber(const HomePhoneNumber& phone);
- virtual ~HomePhoneNumber();
-
- HomePhoneNumber& operator=(const HomePhoneNumber& phone);
-
- protected:
- virtual AutofillFieldType GetNumberType() const;
- virtual AutofillFieldType GetCityCodeType() const;
- virtual AutofillFieldType GetCountryCodeType() const;
- virtual AutofillFieldType GetCityAndNumberType() const;
- virtual AutofillFieldType GetWholeNumberType() const;
-};
-
-#endif // CHROME_BROWSER_AUTOFILL_HOME_PHONE_NUMBER_H_
« no previous file with comments | « chrome/browser/autofill/form_structure_unittest.cc ('k') | chrome/browser/autofill/home_phone_number.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698