| Index: components/autofill/renderer/form_autofill_util.h
|
| diff --git a/chrome/renderer/autofill/form_autofill_util.h b/components/autofill/renderer/form_autofill_util.h
|
| similarity index 96%
|
| rename from chrome/renderer/autofill/form_autofill_util.h
|
| rename to components/autofill/renderer/form_autofill_util.h
|
| index 8c3f4f9336e2ffa1f4f1cadf3f9e4760f512e053..a7579ceb8cdb818489f7f3fbf2f6ca7a50910866 100644
|
| --- a/chrome/renderer/autofill/form_autofill_util.h
|
| +++ b/components/autofill/renderer/form_autofill_util.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_RENDERER_AUTOFILL_FORM_AUTOFILL_UTIL_H_
|
| -#define CHROME_RENDERER_AUTOFILL_FORM_AUTOFILL_UTIL_H_
|
| +#ifndef COMPONENTS_AUTOFILL_RENDERER_FORM_AUTOFILL_UTIL_H_
|
| +#define COMPONENTS_AUTOFILL_RENDERER_FORM_AUTOFILL_UTIL_H_
|
|
|
| #include <vector>
|
|
|
| @@ -136,4 +136,4 @@ bool FormWithElementIsAutofilled(const WebKit::WebInputElement& element);
|
|
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_RENDERER_AUTOFILL_FORM_AUTOFILL_UTIL_H_
|
| +#endif // COMPONENTS_AUTOFILL_RENDERER_FORM_AUTOFILL_UTIL_H_
|
|
|