| Index: components/autofill/core/browser/autofill_scanner.h
|
| diff --git a/components/autofill/browser/autofill_scanner.h b/components/autofill/core/browser/autofill_scanner.h
|
| similarity index 90%
|
| rename from components/autofill/browser/autofill_scanner.h
|
| rename to components/autofill/core/browser/autofill_scanner.h
|
| index f1dcf85cce5adbb0880e9d3a2db1b6ebf258feca..bd2157c024adefd0d8052614efd59165c9a1d506 100644
|
| --- a/components/autofill/browser/autofill_scanner.h
|
| +++ b/components/autofill/core/browser/autofill_scanner.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 COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_SCANNER_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_SCANNER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_SCANNER_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_SCANNER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -58,4 +58,4 @@ class AutofillScanner {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_SCANNER_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_SCANNER_H_
|
|
|