| Index: components/autofill/browser/autofill_external_delegate.h
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/components/autofill/browser/autofill_external_delegate.h
|
| similarity index 95%
|
| rename from chrome/browser/autofill/autofill_external_delegate.h
|
| rename to components/autofill/browser/autofill_external_delegate.h
|
| index 7f41694a11f1ddd82f64fb77ce03ca3706cb11c3..48a523688e2a1bcddff76a0d0e946c2360860b3e 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate.h
|
| +++ b/components/autofill/browser/autofill_external_delegate.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| -#define CHROME_BROWSER_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/string16.h"
|
| -#include "chrome/browser/autofill/autofill_popup_delegate.h"
|
| -#include "chrome/browser/autofill/password_autofill_manager.h"
|
| +#include "components/autofill/browser/autofill_popup_delegate.h"
|
| +#include "components/autofill/browser/password_autofill_manager.h"
|
| #include "components/autofill/common/form_data.h"
|
| #include "components/autofill/common/form_field_data.h"
|
| #include "components/autofill/common/password_form_fill_data.h"
|
| @@ -186,4 +186,4 @@ class AutofillExternalDelegate
|
| DISALLOW_COPY_AND_ASSIGN(AutofillExternalDelegate);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
|
|