Making the encryption/escrow process required to get a FullWallet or save an instrument opaque to users of WalletClient.
Currently users on WalletClient need to do escrow and encryption themselves
before calling the methods they are actually interested in. This CL hides
those implementation details.
BUG=174991,169595
Review URL: https://chromiumcodereview.appspot.com/12211074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183586 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/autofill/wallet/cart_unittest.cc b/chrome/browser/autofill/wallet/cart_unittest.cc
index a094913e..c53b5f4 100644
--- a/chrome/browser/autofill/wallet/cart_unittest.cc
+++ b/chrome/browser/autofill/wallet/cart_unittest.cc
@@ -6,6 +6,7 @@
#include "chrome/browser/autofill/wallet/cart.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace autofill {
namespace wallet {
TEST(Cart, ToDictionary) {
@@ -17,4 +18,4 @@
}
} // namespace wallet
-
+} // namespace autofill