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

Unified Diff: components/autofill/renderer/form_autofill_util.cc

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.h ('k') | components/autofill/renderer/form_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/renderer/form_autofill_util.cc
diff --git a/chrome/renderer/autofill/form_autofill_util.cc b/components/autofill/renderer/form_autofill_util.cc
similarity index 99%
rename from chrome/renderer/autofill/form_autofill_util.cc
rename to components/autofill/renderer/form_autofill_util.cc
index ec69032f1d1b7ee757426dd017ca73bbdc938a0f..8b0e6fbe0cec32f89f1af074b335468b5e52217e 100644
--- a/chrome/renderer/autofill/form_autofill_util.cc
+++ b/components/autofill/renderer/form_autofill_util.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/renderer/autofill/form_autofill_util.h"
+#include "components/autofill/renderer/form_autofill_util.h"
#include <map>
« no previous file with comments | « components/autofill/renderer/form_autofill_util.h ('k') | components/autofill/renderer/form_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698