Index: chrome/browser/autofill/autofill_download_unittest.cc |
diff --git a/chrome/browser/autofill/autofill_download_unittest.cc b/chrome/browser/autofill/autofill_download_unittest.cc |
index 1b2169d6fe3105ecf794aa6d4aa6fd7df222af44..65bf7992bb10fe076193d4669466cd20d05a7360 100644 |
--- a/chrome/browser/autofill/autofill_download_unittest.cc |
+++ b/chrome/browser/autofill/autofill_download_unittest.cc |
@@ -15,17 +15,17 @@ |
#include "chrome/browser/autofill/form_structure.h" |
#include "chrome/test/base/testing_browser_process.h" |
#include "chrome/test/base/testing_profile.h" |
+#include "content/public/common/form_data.h" |
#include "content/public/test/test_browser_thread.h" |
#include "net/url_request/test_url_fetcher_factory.h" |
#include "net/url_request/url_request_status.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h" |
-#include "webkit/forms/form_data.h" |
using content::BrowserThread; |
-using webkit::forms::FormData; |
-using webkit::forms::FormField; |
+using content::FormData; |
+using content::FormField; |
using WebKit::WebInputElement; |
namespace { |