| Index: components/autofill/content/renderer/page_click_tracker.h
|
| diff --git a/components/autofill/renderer/page_click_tracker.h b/components/autofill/content/renderer/page_click_tracker.h
|
| similarity index 92%
|
| rename from components/autofill/renderer/page_click_tracker.h
|
| rename to components/autofill/content/renderer/page_click_tracker.h
|
| index 009ce9b512005f5c30e86d3986193071742adbfd..3bf2555e0dfcb140d9b666732af97f6d812f65c7 100644
|
| --- a/components/autofill/renderer/page_click_tracker.h
|
| +++ b/components/autofill/content/renderer/page_click_tracker.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_TRACKER_H_
|
| -#define COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_TRACKER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_TRACKER_H_
|
| +#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_TRACKER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -68,4 +68,4 @@ class PageClickTracker : public content::RenderViewObserver,
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_TRACKER_H_
|
| +#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_TRACKER_H_
|
|
|