Index: components/autofill/core/browser/autofill_xml_parser.h |
diff --git a/components/autofill/browser/autofill_xml_parser.h b/components/autofill/core/browser/autofill_xml_parser.h |
similarity index 93% |
rename from components/autofill/browser/autofill_xml_parser.h |
rename to components/autofill/core/browser/autofill_xml_parser.h |
index a3367cb01da6bb7d780524a9d1b2ea698b51564f..bac3dc8769db1f888a8060d99d0f891d709abd04 100644 |
--- a/components/autofill/browser/autofill_xml_parser.h |
+++ b/components/autofill/core/browser/autofill_xml_parser.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_XML_PARSER_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_XML_PARSER_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_XML_PARSER_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_XML_PARSER_H_ |
#include <string> |
#include <vector> |
@@ -11,9 +11,9 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
-#include "components/autofill/browser/autofill_server_field_info.h" |
-#include "components/autofill/browser/field_types.h" |
-#include "components/autofill/browser/form_structure.h" |
+#include "components/autofill/core/browser/autofill_server_field_info.h" |
+#include "components/autofill/core/browser/field_types.h" |
+#include "components/autofill/core/browser/form_structure.h" |
#include "third_party/libjingle/source/talk/xmllite/xmlparser.h" |
namespace autofill { |
@@ -71,7 +71,7 @@ class AutofillXmlParser : public buzz::XmlParseHandler { |
// Fields are returned in the same order they were sent to the server. |
// autofilltype: The server's guess at what type of field this is. 0 |
// is unknown, other types are documented in |
-// components/autofill/browser/field_types.h. |
+// components/autofill/core/browser/field_types.h. |
class AutofillQueryXmlParser : public AutofillXmlParser { |
public: |
AutofillQueryXmlParser(std::vector<AutofillServerFieldInfo>* field_infos, |
@@ -165,4 +165,4 @@ class AutofillUploadXmlParser : public AutofillXmlParser { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_XML_PARSER_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_XML_PARSER_H_ |