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

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

Issue 6930052: Revert 84320 - Autofill DOMUI Prefs should work with i18n phone numbers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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/DEPS ('k') | chrome/browser/autofill/phone_number_i18n.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/phone_number_i18n.h
===================================================================
--- chrome/browser/autofill/phone_number_i18n.h (revision 84345)
+++ chrome/browser/autofill/phone_number_i18n.h (working copy)
@@ -1,21 +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_PHONE_NUMBER_I18N_H_
-#define CHROME_BROWSER_AUTOFILL_PHONE_NUMBER_I18N_H_
-#pragma once
-
-#include <string>
-
-#include "base/string16.h"
-
-namespace autofill_i18n {
-
-bool PhoneNumbersMatch(const string16& number_a,
- const string16& number_b,
- const std::string& country_code);
-
-} // namespace autofill_i18n
-
-#endif // CHROME_BROWSER_AUTOFILL_PHONE_NUMBER_I18N_H_
« no previous file with comments | « chrome/browser/autofill/DEPS ('k') | chrome/browser/autofill/phone_number_i18n.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698