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

Unified Diff: components/autofill/renderer/form_cache.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_cache.h ('k') | components/autofill/renderer/page_click_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/renderer/form_cache.cc
diff --git a/chrome/renderer/autofill/form_cache.cc b/components/autofill/renderer/form_cache.cc
similarity index 98%
rename from chrome/renderer/autofill/form_cache.cc
rename to components/autofill/renderer/form_cache.cc
index a4cbfe3678d26117857c9e3c31b98425564111a4..ab92f4669930d12e91f0b2ca69f79bfddc09b5a7 100644
--- a/chrome/renderer/autofill/form_cache.cc
+++ b/components/autofill/renderer/form_cache.cc
@@ -2,15 +2,15 @@
// 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_cache.h"
+#include "components/autofill/renderer/form_cache.h"
#include "base/logging.h"
#include "base/utf_string_conversions.h"
-#include "chrome/renderer/autofill/form_autofill_util.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/form_field_data_predictions.h"
+#include "components/autofill/renderer/form_autofill_util.h"
#include "grit/generated_resources.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
« no previous file with comments | « components/autofill/renderer/form_cache.h ('k') | components/autofill/renderer/page_click_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698