| Index: components/autofill/renderer/form_cache.h
|
| diff --git a/chrome/renderer/autofill/form_cache.h b/components/autofill/renderer/form_cache.h
|
| similarity index 93%
|
| rename from chrome/renderer/autofill/form_cache.h
|
| rename to components/autofill/renderer/form_cache.h
|
| index b235d21480a53dc45ce54a2c6869103b10df41ae..eb0ea3a78ec2da8bbdd69008f8f92645841a8651 100644
|
| --- a/chrome/renderer/autofill/form_cache.h
|
| +++ b/components/autofill/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 CHROME_RENDERER_AUTOFILL_FORM_CACHE_H_
|
| -#define CHROME_RENDERER_AUTOFILL_FORM_CACHE_H_
|
| +#ifndef COMPONENTS_AUTOFILL_RENDERER_FORM_CACHE_H_
|
| +#define COMPONENTS_AUTOFILL_RENDERER_FORM_CACHE_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -71,4 +71,4 @@ class FormCache {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_RENDERER_AUTOFILL_FORM_CACHE_H_
|
| +#endif // COMPONENTS_AUTOFILL_RENDERER_FORM_CACHE_H_
|
|
|