| Index: components/autofill/content/renderer/autofill_agent.h
|
| diff --git a/components/autofill/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
|
| similarity index 97%
|
| rename from components/autofill/renderer/autofill_agent.h
|
| rename to components/autofill/content/renderer/autofill_agent.h
|
| index 3303b604ece10cc5612d406e790d9ea9d923fe30..1298b759ba560d7b38ad30e50f9046d513c9f79c 100644
|
| --- a/components/autofill/renderer/autofill_agent.h
|
| +++ b/components/autofill/content/renderer/autofill_agent.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_AUTOFILL_AGENT_H_
|
| -#define COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_AUTOFILL_AGENT_H_
|
| +#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_AUTOFILL_AGENT_H_
|
|
|
| #include <vector>
|
|
|
| @@ -14,8 +14,8 @@
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
| #include "components/autofill/common/forms_seen_state.h"
|
| -#include "components/autofill/renderer/form_cache.h"
|
| -#include "components/autofill/renderer/page_click_listener.h"
|
| +#include "components/autofill/content/renderer/form_cache.h"
|
| +#include "components/autofill/content/renderer/page_click_listener.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebAutofillClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
|
| @@ -292,4 +292,4 @@ class AutofillAgent : public content::RenderViewObserver,
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
|
| +#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_AUTOFILL_AGENT_H_
|
|
|