| Index: components/autofill/renderer/password_autofill_manager.h
|
| diff --git a/chrome/renderer/autofill/password_autofill_manager.h b/components/autofill/renderer/password_autofill_manager.h
|
| similarity index 95%
|
| rename from chrome/renderer/autofill/password_autofill_manager.h
|
| rename to components/autofill/renderer/password_autofill_manager.h
|
| index b24003faaf706b3cfb6cdce11d982e297119a8c1..52b13bf67ff1e034aeb62e7f9ed608db62f3cb4a 100644
|
| --- a/chrome/renderer/autofill/password_autofill_manager.h
|
| +++ b/components/autofill/renderer/password_autofill_manager.h
|
| @@ -2,15 +2,15 @@
|
| // 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_AUTOFILL_MANAGER_H_
|
| -#define CHROME_RENDERER_AUTOFILL_PASSWORD_AUTOFILL_MANAGER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_RENDERER_PASSWORD_AUTOFILL_MANAGER_H_
|
| +#define COMPONENTS_AUTOFILL_RENDERER_PASSWORD_AUTOFILL_MANAGER_H_
|
|
|
| #include <map>
|
| #include <vector>
|
|
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/renderer/page_click_listener.h"
|
| #include "components/autofill/common/password_form_fill_data.h"
|
| +#include "components/autofill/renderer/page_click_listener.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
|
|
|
| @@ -128,4 +128,4 @@ class PasswordAutofillManager : public content::RenderViewObserver,
|
|
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_RENDERER_AUTOFILL_PASSWORD_AUTOFILL_MANAGER_H_
|
| +#endif // COMPONENTS_AUTOFILL_RENDERER_PASSWORD_AUTOFILL_MANAGER_H_
|
|
|