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

Unified Diff: components/autofill/browser/form_structure_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_structure.cc ('k') | components/autofill/browser/name_field.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/form_structure_unittest.cc
diff --git a/chrome/browser/autofill/form_structure_unittest.cc b/components/autofill/browser/form_structure_unittest.cc
similarity index 99%
rename from chrome/browser/autofill/form_structure_unittest.cc
rename to components/autofill/browser/form_structure_unittest.cc
index d4436d1c0672df71ed807f367c45b0010e58f558..abbe1aa4e03be30768d0c6a1239e00717fef6e6b 100644
--- a/chrome/browser/autofill/form_structure_unittest.cc
+++ b/components/autofill/browser/form_structure_unittest.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autofill/form_structure.h"
+#include "components/autofill/browser/form_structure.h"
#include "base/memory/scoped_ptr.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_metrics.h"
+#include "components/autofill/browser/autofill_metrics.h"
#include "components/autofill/common/form_data.h"
#include "components/autofill/common/form_field_data.h"
#include "googleurl/src/gurl.h"
« no previous file with comments | « components/autofill/browser/form_structure.cc ('k') | components/autofill/browser/name_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698