| Index: components/autofill/browser/test_autofill_external_delegate.h
|
| diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/components/autofill/browser/test_autofill_external_delegate.h
|
| similarity index 60%
|
| rename from chrome/browser/autofill/test_autofill_external_delegate.h
|
| rename to components/autofill/browser/test_autofill_external_delegate.h
|
| index 19e147345ffecda0f9c176cfface51357f25de3e..81268d7fe46dbe61f5abbf35cac3ea8baad95f5a 100644
|
| --- a/chrome/browser/autofill/test_autofill_external_delegate.h
|
| +++ b/components/autofill/browser/test_autofill_external_delegate.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| -#define CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
|
|
|
| -#include "chrome/browser/autofill/autofill_external_delegate.h"
|
| +#include "components/autofill/browser/autofill_external_delegate.h"
|
|
|
| class AutofillManager;
|
|
|
| @@ -18,4 +18,4 @@ void GenerateTestAutofillPopup(
|
|
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
|
|
|