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

Unified Diff: components/autofill/browser/credit_card_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
Index: components/autofill/browser/credit_card_unittest.cc
diff --git a/chrome/browser/autofill/credit_card_unittest.cc b/components/autofill/browser/credit_card_unittest.cc
similarity index 99%
rename from chrome/browser/autofill/credit_card_unittest.cc
rename to components/autofill/browser/credit_card_unittest.cc
index bff2bcfb393b07b37d3e83975b2589692201b5af..0da4c134abc15fc45dfe1e58fae835cd566663d4 100644
--- a/chrome/browser/autofill/credit_card_unittest.cc
+++ b/components/autofill/browser/credit_card_unittest.cc
@@ -4,8 +4,8 @@
#include "base/basictypes.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_common_test.h"
-#include "chrome/browser/autofill/credit_card.h"
+#include "components/autofill/browser/autofill_common_test.h"
+#include "components/autofill/browser/credit_card.h"
#include "components/autofill/common/form_field_data.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/autofill/browser/credit_card_field_unittest.cc ('k') | components/autofill/browser/crypto/rc4_decryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698