| Index: components/autofill/core/browser/autofill_driver.h
|
| diff --git a/components/autofill/browser/autofill_driver.h b/components/autofill/core/browser/autofill_driver.h
|
| similarity index 77%
|
| rename from components/autofill/browser/autofill_driver.h
|
| rename to components/autofill/core/browser/autofill_driver.h
|
| index 15a6fa549fe793d3965bfb035643bce8f4daefb6..178e31b98b83682392d6e0760b691028eedac94f 100644
|
| --- a/components/autofill/browser/autofill_driver.h
|
| +++ b/components/autofill/core/browser/autofill_driver.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_DRIVER_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_DRIVER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DRIVER_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DRIVER_H_
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -24,4 +24,4 @@ class AutofillDriver {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_DRIVER_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DRIVER_H_
|
|
|