| Index: components/autofill/core/browser/webdata/autofill_webdata_backend.h | 
| diff --git a/components/autofill/browser/webdata/autofill_webdata_backend.h b/components/autofill/core/browser/webdata/autofill_webdata_backend.h | 
| similarity index 84% | 
| rename from components/autofill/browser/webdata/autofill_webdata_backend.h | 
| rename to components/autofill/core/browser/webdata/autofill_webdata_backend.h | 
| index 383fc7a9ff0f6484001d71cc3368aab25f51ebbf..2f463018dc379e958f761dfef3f14f0319e0edd8 100644 | 
| --- a/components/autofill/browser/webdata/autofill_webdata_backend.h | 
| +++ b/components/autofill/core/browser/webdata/autofill_webdata_backend.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_WEBDATA_AUTOFILL_WEBDATA_BACKEND_H_ | 
| -#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_BACKEND_H_ | 
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WEBDATA_BACKEND_H_ | 
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WEBDATA_BACKEND_H_ | 
|  | 
| class WebDatabase; | 
|  | 
| @@ -40,4 +40,4 @@ class AutofillWebDataBackend { | 
|  | 
| } // namespace autofill | 
|  | 
| -#endif  // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_BACKEND_H_ | 
| +#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WEBDATA_BACKEND_H_ | 
|  |