| Index: components/autofill/content/renderer/password_autofill_agent.h
|
| diff --git a/components/autofill/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
|
| similarity index 96%
|
| rename from components/autofill/renderer/password_autofill_agent.h
|
| rename to components/autofill/content/renderer/password_autofill_agent.h
|
| index 62354f9c086e5daa8e3f4a9749a2e2e6a65423e2..18646ab9ad64066de5af5a67ec305321c8d49350 100644
|
| --- a/components/autofill/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_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_PASSWORD_AUTOFILL_AGENT_H_
|
| -#define COMPONENTS_AUTOFILL_RENDERER_PASSWORD_AUTOFILL_AGENT_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_AUTOFILL_AGENT_H_
|
| +#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_AUTOFILL_AGENT_H_
|
|
|
| #include <map>
|
| #include <vector>
|
| @@ -136,4 +136,4 @@ class PasswordAutofillAgent : public content::RenderViewObserver {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_RENDERER_PASSWORD_AUTOFILL_AGENT_H_
|
| +#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_AUTOFILL_AGENT_H_
|
|
|