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

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

Issue 15949025: In components/autofill, move renderer/ to content/renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to reviews Created 7 years, 6 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
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_
« no previous file with comments | « components/autofill/content/renderer/form_autofill_util.cc ('k') | components/autofill/content/renderer/form_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698