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

Side by Side Diff: third_party/libaddressinput/chromium/has_all_required_fields.h

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments. Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_HAS_ALL_REQUIRED_FIELDS_H_
6 #define THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_HAS_ALL_REQUIRED_FIELDS_H_
7
8 namespace i18n {
9 namespace addressinput {
10 struct AddressData;
11 }
12 }
13
14 namespace autofill {
15 namespace addressinput {
16
17 bool HasAllRequiredFields(
18 const ::i18n::addressinput::AddressData& address_to_check);
19
20 } // namespace addressinput
21 } // namespace autofill
22
23 #endif // THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_AS_ALL_REQUIRED_FIELDS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698