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

Unified Diff: components/autofill/browser/autofill_xml_parser_unittest.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/autofill_xml_parser_unittest.cc
diff --git a/chrome/browser/autofill/autofill_xml_parser_unittest.cc b/components/autofill/browser/autofill_xml_parser_unittest.cc
similarity index 99%
rename from chrome/browser/autofill/autofill_xml_parser_unittest.cc
rename to components/autofill/browser/autofill_xml_parser_unittest.cc
index 649eb092a55650130e53ad124bb5047a5ab21f1d..3649e54ea230d6955ee169cfbe07ed80dedc625f 100644
--- a/chrome/browser/autofill/autofill_xml_parser_unittest.cc
+++ b/components/autofill/browser/autofill_xml_parser_unittest.cc
@@ -7,8 +7,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/strings/string_number_conversions.h"
-#include "chrome/browser/autofill/autofill_xml_parser.h"
-#include "chrome/browser/autofill/field_types.h"
+#include "components/autofill/browser/autofill_xml_parser.h"
+#include "components/autofill/browser/field_types.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/libjingle/source/talk/xmllite/xmlparser.h"

Powered by Google App Engine
This is Rietveld 408576698