| Index: chrome/browser/autofill/fax_number.h
|
| diff --git a/chrome/browser/autofill/fax_number.h b/chrome/browser/autofill/fax_number.h
|
| deleted file mode 100644
|
| index c65e7aeb84eac0b152aefae7e431e5d98c657b17..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/autofill/fax_number.h
|
| +++ /dev/null
|
| @@ -1,28 +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_FAX_NUMBER_H_
|
| -#define CHROME_BROWSER_AUTOFILL_FAX_NUMBER_H_
|
| -#pragma once
|
| -
|
| -#include "chrome/browser/autofill/field_types.h"
|
| -#include "chrome/browser/autofill/phone_number.h"
|
| -
|
| -class FaxNumber : public PhoneNumber {
|
| - public:
|
| - explicit FaxNumber(AutofillProfile* profile);
|
| - FaxNumber(const FaxNumber& fax);
|
| - virtual ~FaxNumber();
|
| -
|
| - FaxNumber& operator=(const FaxNumber& fax);
|
| -
|
| - 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_FAX_NUMBER_H_
|
|
|