| Index: components/autofill/browser/form_structure.h
|
| diff --git a/chrome/browser/autofill/form_structure.h b/components/autofill/browser/form_structure.h
|
| similarity index 96%
|
| rename from chrome/browser/autofill/form_structure.h
|
| rename to components/autofill/browser/form_structure.h
|
| index bba352a070bc22a5009dd4c805e2437b56cef5a7..731fe5c1db3a1a9a6f9648c3ac8110bf0288c544 100644
|
| --- a/chrome/browser/autofill/form_structure.h
|
| +++ b/components/autofill/browser/form_structure.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 CHROME_BROWSER_AUTOFILL_FORM_STRUCTURE_H_
|
| -#define CHROME_BROWSER_AUTOFILL_FORM_STRUCTURE_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_FORM_STRUCTURE_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_FORM_STRUCTURE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -11,9 +11,9 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| -#include "chrome/browser/autofill/autofill_field.h"
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| -#include "chrome/browser/autofill/field_types.h"
|
| +#include "components/autofill/browser/autofill_field.h"
|
| +#include "components/autofill/browser/autofill_type.h"
|
| +#include "components/autofill/browser/field_types.h"
|
| #include "components/autofill/common/web_element_descriptor.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| @@ -238,4 +238,4 @@ class FormStructure {
|
| DISALLOW_COPY_AND_ASSIGN(FormStructure);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_FORM_STRUCTURE_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_FORM_STRUCTURE_H_
|
|
|