Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / autofill / core / common / web_element_descriptor.cc
blob76e0543051783e4e5a8b4285409b693af1bc9fc3
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/autofill/core/common/web_element_descriptor.h"
7 namespace autofill {
9 WebElementDescriptor::WebElementDescriptor()
10 : retrieval_method(NONE) {}
12 } // namespace autofill