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

Unified Diff: components/autofill/content/browser/wallet/wallet_test_util.h

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
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
deleted file mode 100644
index e99d802a0d515c7ff3231df14ce313f87fa61341..0000000000000000000000000000000000000000
--- a/components/autofill/content/browser/wallet/wallet_test_util.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2013 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 COMPONENTS_AUTOFILL_CONTENT_BROWSER_WALLET_WALLET_TEST_UTIL_H_
-#define COMPONENTS_AUTOFILL_CONTENT_BROWSER_WALLET_WALLET_TEST_UTIL_H_
-
-#include <memory>
-#include <vector>
-
-#include "base/strings/string16.h"
-
-namespace autofill {
-namespace wallet {
-
-class Address;
-class FullWallet;
-
-std::vector<base::string16> StreetAddress(const std::string& line1,
- const std::string& line2);
-std::unique_ptr<Address> GetTestAddress();
-std::unique_ptr<Address> GetTestMinimalAddress();
-std::unique_ptr<FullWallet> GetTestFullWallet();
-std::unique_ptr<FullWallet> GetTestFullWalletInstrumentOnly();
-std::unique_ptr<Address> GetTestSaveableAddress();
-std::unique_ptr<Address> GetTestShippingAddress();
-std::unique_ptr<Address> GetTestNonDefaultShippingAddress();
-
-} // namespace wallet
-} // namespace autofill
-
-#endif // COMPONENTS_AUTOFILL_CONTENT_BROWSER_WALLET_WALLET_TEST_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698