| Index: components/autofill/content/renderer/password_generation_manager.h
|
| diff --git a/components/autofill/renderer/password_generation_manager.h b/components/autofill/content/renderer/password_generation_manager.h
|
| similarity index 93%
|
| rename from components/autofill/renderer/password_generation_manager.h
|
| rename to components/autofill/content/renderer/password_generation_manager.h
|
| index 46510d1da1816d5ba52a5319425acd9ca39f1bf9..654dc329978ed76a318e2d497a84ee33a7a27e74 100644
|
| --- a/components/autofill/renderer/password_generation_manager.h
|
| +++ b/components/autofill/content/renderer/password_generation_manager.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_GENERATION_MANAGER_H_
|
| -#define COMPONENTS_AUTOFILL_RENDERER_PASSWORD_GENERATION_MANAGER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_GENERATION_MANAGER_H_
|
| +#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_GENERATION_MANAGER_H_
|
|
|
| #include <map>
|
| #include <utility>
|
| @@ -87,4 +87,4 @@ class PasswordGenerationManager : public content::RenderViewObserver,
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_RENDERER_PASSWORD_GENERATION_MANAGER_H_
|
| +#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_GENERATION_MANAGER_H_
|
|
|