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