| Index: components/autofill/content/renderer/form_cache.h
|
| diff --git a/components/autofill/renderer/form_cache.h b/components/autofill/content/renderer/form_cache.h
|
| similarity index 92%
|
| rename from components/autofill/renderer/form_cache.h
|
| rename to components/autofill/content/renderer/form_cache.h
|
| index b1ec3110d4eea0ffbe5720f67566093969686873..a8423deac05583cfa30f720feddcd05354786932 100644
|
| --- a/components/autofill/renderer/form_cache.h
|
| +++ b/components/autofill/content/renderer/form_cache.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_RENDERER_FORM_CACHE_H_
|
| -#define COMPONENTS_AUTOFILL_RENDERER_FORM_CACHE_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_FORM_CACHE_H_
|
| +#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_FORM_CACHE_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -74,4 +74,4 @@ class FormCache {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_RENDERER_FORM_CACHE_H_
|
| +#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_FORM_CACHE_H_
|
|
|