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