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

Unified Diff: components/autofill/renderer/form_autofill_util.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/autofill_agent.cc ('k') | components/autofill/renderer/form_autofill_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/renderer/form_autofill_util.h
diff --git a/chrome/renderer/autofill/form_autofill_util.h b/components/autofill/renderer/form_autofill_util.h
similarity index 96%
rename from chrome/renderer/autofill/form_autofill_util.h
rename to components/autofill/renderer/form_autofill_util.h
index 8c3f4f9336e2ffa1f4f1cadf3f9e4760f512e053..a7579ceb8cdb818489f7f3fbf2f6ca7a50910866 100644
--- a/chrome/renderer/autofill/form_autofill_util.h
+++ b/components/autofill/renderer/form_autofill_util.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_AUTOFILL_UTIL_H_
-#define CHROME_RENDERER_AUTOFILL_FORM_AUTOFILL_UTIL_H_
+#ifndef COMPONENTS_AUTOFILL_RENDERER_FORM_AUTOFILL_UTIL_H_
+#define COMPONENTS_AUTOFILL_RENDERER_FORM_AUTOFILL_UTIL_H_
#include <vector>
@@ -136,4 +136,4 @@ bool FormWithElementIsAutofilled(const WebKit::WebInputElement& element);
} // namespace autofill
-#endif // CHROME_RENDERER_AUTOFILL_FORM_AUTOFILL_UTIL_H_
+#endif // COMPONENTS_AUTOFILL_RENDERER_FORM_AUTOFILL_UTIL_H_
« no previous file with comments | « components/autofill/renderer/autofill_agent.cc ('k') | components/autofill/renderer/form_autofill_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698