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; |