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

Unified Diff: components/autofill/core/common/form_data.h

Issue 178263004: rAc - Only show countries we're able to fill in. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android build Created 6 years, 9 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 | « components/autofill/core/browser/form_structure_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/form_data.h
diff --git a/components/autofill/core/common/form_data.h b/components/autofill/core/common/form_data.h
index b41619c539048c5bf90caa2876876b084ced8b34..28cf62e7b518c3010a78b5bc823a133bea19214c 100644
--- a/components/autofill/core/common/form_data.h
+++ b/components/autofill/core/common/form_data.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_FORM_DATA_H__
-#define COMPONENTS_AUTOFILL_CORE_COMMON_FORM_DATA_H__
+#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_FORM_DATA_H_
+#define COMPONENTS_AUTOFILL_CORE_COMMON_FORM_DATA_H_
#include <vector>
@@ -49,4 +49,4 @@ bool DeserializeFormData(PickleIterator* iter, FormData* form_data);
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_CORE_COMMON_FORM_DATA_H__
+#endif // COMPONENTS_AUTOFILL_CORE_COMMON_FORM_DATA_H_
« no previous file with comments | « components/autofill/core/browser/form_structure_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698