| Index: components/autofill/content/renderer/page_click_listener.h
|
| diff --git a/components/autofill/renderer/page_click_listener.h b/components/autofill/content/renderer/page_click_listener.h
|
| similarity index 83%
|
| rename from components/autofill/renderer/page_click_listener.h
|
| rename to components/autofill/content/renderer/page_click_listener.h
|
| index 7101722ddb93fd472280aaf9671ae61dad1159b7..e58c3aba94ceac6fc6987a79228b5e266c012db6 100644
|
| --- a/components/autofill/renderer/page_click_listener.h
|
| +++ b/components/autofill/content/renderer/page_click_listener.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_PAGE_CLICK_LISTENER_H_
|
| -#define COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_LISTENER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_LISTENER_H_
|
| +#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_LISTENER_H_
|
|
|
| namespace WebKit {
|
| class WebInputElement;
|
| @@ -33,4 +33,4 @@ class PageClickListener {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_LISTENER_H_
|
| +#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_LISTENER_H_
|
|
|