Loosen up heuristics for detecting account creation forms.
[chromium-blink-merge.git] / content / public / common / dx_diag_node.cc
blobeb60e0a9ddca6a58cdc8c360f17163fd8576bbdf
1 // Copyright (c) 2010 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 "content/public/common/dx_diag_node.h"
7 namespace content {
9 DxDiagNode::DxDiagNode() {}
11 DxDiagNode::~DxDiagNode() {}
13 } // namespace content