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

Unified Diff: components/autofill/browser/form_field_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/form_field.cc ('k') | components/autofill/browser/form_group.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/form_field_unittest.cc
diff --git a/chrome/browser/autofill/form_field_unittest.cc b/components/autofill/browser/form_field_unittest.cc
similarity index 98%
rename from chrome/browser/autofill/form_field_unittest.cc
rename to components/autofill/browser/form_field_unittest.cc
index 8ab1127c458c139173c80defc9b1f6a326d5e656..b8994bc6881fb5d98090583c595edac48f240be5 100644
--- a/chrome/browser/autofill/form_field_unittest.cc
+++ b/components/autofill/browser/form_field_unittest.cc
@@ -5,8 +5,8 @@
#include "base/memory/scoped_vector.h"
#include "base/string16.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_field.h"
-#include "chrome/browser/autofill/form_field.h"
+#include "components/autofill/browser/autofill_field.h"
+#include "components/autofill/browser/form_field.h"
#include "testing/gtest/include/gtest/gtest.h"
TEST(FormFieldTest, Match) {
« no previous file with comments | « components/autofill/browser/form_field.cc ('k') | components/autofill/browser/form_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698