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

Unified Diff: components/autofill/browser/wallet/full_wallet_unittest.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 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/browser/wallet/full_wallet.cc ('k') | components/autofill/browser/wallet/instrument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/wallet/full_wallet_unittest.cc
diff --git a/chrome/browser/autofill/wallet/full_wallet_unittest.cc b/components/autofill/browser/wallet/full_wallet_unittest.cc
similarity index 99%
rename from chrome/browser/autofill/wallet/full_wallet_unittest.cc
rename to components/autofill/browser/wallet/full_wallet_unittest.cc
index adea7f0db5198752f6e0f5e99a2dd1a3fb566cb9..346b31c172dcfaccfd60bbe56a2a4c3af334be93 100644
--- a/chrome/browser/autofill/wallet/full_wallet_unittest.cc
+++ b/components/autofill/browser/wallet/full_wallet_unittest.cc
@@ -7,8 +7,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/utf_string_conversions.h"
#include "base/values.h"
-#include "chrome/browser/autofill/wallet/full_wallet.h"
-#include "chrome/browser/autofill/wallet/required_action.h"
+#include "components/autofill/browser/wallet/full_wallet.h"
+#include "components/autofill/browser/wallet/required_action.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
« no previous file with comments | « components/autofill/browser/wallet/full_wallet.cc ('k') | components/autofill/browser/wallet/instrument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698