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