| Index: components/autofill/renderer/autofill_agent.h
|
| diff --git a/chrome/renderer/autofill/autofill_agent.h b/components/autofill/renderer/autofill_agent.h
|
| similarity index 97%
|
| rename from chrome/renderer/autofill/autofill_agent.h
|
| rename to components/autofill/renderer/autofill_agent.h
|
| index b6e2449660e9382e7b4af76953be49a3dc73ee33..5b240133439d9f6331107be26892b3d256a3ce5a 100644
|
| --- a/chrome/renderer/autofill/autofill_agent.h
|
| +++ b/components/autofill/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 CHROME_RENDERER_AUTOFILL_AUTOFILL_AGENT_H_
|
| -#define CHROME_RENDERER_AUTOFILL_AUTOFILL_AGENT_H_
|
| +#ifndef COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
|
| +#define COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
|
|
|
| #include <vector>
|
|
|
| @@ -12,8 +12,8 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/timer.h"
|
| -#include "chrome/renderer/autofill/form_cache.h"
|
| -#include "chrome/renderer/page_click_listener.h"
|
| +#include "components/autofill/renderer/form_cache.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/WebAutofillClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
|
| @@ -267,4 +267,4 @@ class AutofillAgent : public content::RenderViewObserver,
|
|
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_RENDERER_AUTOFILL_AUTOFILL_AGENT_H_
|
| +#endif // COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
|
|
|