Index: components/autofill/content/browser/wallet/wallet_test_util.h |
diff --git a/components/autofill/content/browser/wallet/wallet_test_util.h b/components/autofill/content/browser/wallet/wallet_test_util.h |
index 934bd1c1e711084c0341e33fe00e092269e4bb0f..b9f4fc2f05ffce924256a0f540a5f0611040d1b1 100644 |
--- a/components/autofill/content/browser/wallet/wallet_test_util.h |
+++ b/components/autofill/content/browser/wallet/wallet_test_util.h |
@@ -19,6 +19,8 @@ class GaiaAccount; |
class Instrument; |
scoped_ptr<GaiaAccount> GetTestGaiaAccount(); |
+std::vector<base::string16> StreetAddress(const std::string& line1, |
+ const std::string& line2); |
scoped_ptr<Address> GetTestAddress(); |
scoped_ptr<Address> GetTestMinimalAddress(); |
scoped_ptr<FullWallet> GetTestFullWallet(); |