Skip to content

Commit

Permalink
Remove WebInputElement.h includes from some autofill core unittests.
Browse files Browse the repository at this point in the history
This also allow us to remove this entry from the DEPS file.

BUG=140037
TEST=unit_tests links
TBR=joi@chromium.org,blundell@chromium.org

Review URL: https://codereview.chromium.org/145123011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250019 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tfarina@chromium.org committed Feb 9, 2014
1 parent 07834e5 commit 19c28b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion components/autofill/core/browser/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ specific_include_rules = {
"!chrome/browser/webdata/web_data_service_factory.h",
"!chrome/test/base/chrome_render_view_host_test_harness.h",
"!chrome/test/base/testing_profile.h",
"!third_party/WebKit/public/web/WebInputElement.h",
],
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
#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/public/web/WebInputElement.h"

using base::ASCIIToUTF16;
using blink::WebInputElement;

namespace autofill {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "components/autofill/core/browser/personal_data_manager.h"
#include "components/autofill/core/common/form_data.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/public/web/WebInputElement.h"
#include "url/gurl.h"

namespace autofill {
Expand Down
2 changes: 0 additions & 2 deletions components/autofill/core/browser/form_structure_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
#include "components/autofill/core/common/form_data.h"
#include "components/autofill/core/common/form_field_data.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/public/web/WebInputElement.h"
#include "url/gurl.h"

using base::ASCIIToUTF16;
using blink::WebInputElement;

namespace autofill {
namespace {
Expand Down

0 comments on commit 19c28b4

Please sign in to comment.