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

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

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.cc
diff --git a/components/autofill/renderer/form_cache.cc b/components/autofill/content/renderer/form_cache.cc
similarity index 98%
rename from components/autofill/renderer/form_cache.cc
rename to components/autofill/content/renderer/form_cache.cc
index 1c00d67cfbd6ca3928aff78327d3f16b3d751140..1a467c861b5965e3e9034781b1bdc958dfefdb23 100644
--- a/components/autofill/renderer/form_cache.cc
+++ b/components/autofill/content/renderer/form_cache.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 "components/autofill/renderer/form_cache.h"
+#include "components/autofill/content/renderer/form_cache.h"
#include "base/logging.h"
#include "base/utf_string_conversions.h"
@@ -11,16 +11,16 @@
#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 "components/autofill/content/renderer/form_autofill_util.h"
#include "grit/component_resources.h"
-#include "third_party/WebKit/public/platform/WebString.h"
-#include "third_party/WebKit/public/platform/WebVector.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormControlElement.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSelectElement.h"
+#include "third_party/WebKit/public/platform/WebString.h"
+#include "third_party/WebKit/public/platform/WebVector.h"
#include "ui/base/l10n/l10n_util.h"
using WebKit::WebDocument;
« no previous file with comments | « components/autofill/content/renderer/form_cache.h ('k') | components/autofill/content/renderer/page_click_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698