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

Unified Diff: components/autofill/renderer/autofill_agent.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/autofill_agent.h ('k') | components/autofill/renderer/form_autofill_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/renderer/autofill_agent.cc
diff --git a/chrome/renderer/autofill/autofill_agent.cc b/components/autofill/renderer/autofill_agent.cc
similarity index 99%
rename from chrome/renderer/autofill/autofill_agent.cc
rename to components/autofill/renderer/autofill_agent.cc
index 2ff06eccef2227fe4fc5c0901b47e2594df9fa97..fb3cf4ad1f8868de4b0ecc23dd7a2a9ebfca5308 100644
--- a/chrome/renderer/autofill/autofill_agent.cc
+++ b/components/autofill/renderer/autofill_agent.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/autofill_agent.h"
+#include "components/autofill/renderer/autofill_agent.h"
#include "base/bind.h"
#include "base/message_loop.h"
@@ -10,14 +10,14 @@
#include "base/strings/string_split.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"
-#include "chrome/renderer/autofill/form_autofill_util.h"
-#include "chrome/renderer/autofill/password_autofill_manager.h"
#include "components/autofill/common/autocheckout_status.h"
#include "components/autofill/common/autofill_messages.h"
#include "components/autofill/common/form_data.h"
#include "components/autofill/common/form_data_predictions.h"
#include "components/autofill/common/form_field_data.h"
#include "components/autofill/common/web_element_descriptor.h"
+#include "components/autofill/renderer/form_autofill_util.h"
+#include "components/autofill/renderer/password_autofill_manager.h"
#include "content/public/common/password_form.h"
#include "content/public/common/ssl_status.h"
#include "content/public/renderer/render_view.h"
« no previous file with comments | « components/autofill/renderer/autofill_agent.h ('k') | components/autofill/renderer/form_autofill_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698