Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(895)

Unified Diff: components/autofill/renderer/form_cache.h

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/renderer/form_autofill_util.cc ('k') | components/autofill/renderer/form_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/autofill/renderer/form_autofill_util.cc ('k') | components/autofill/renderer/form_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698