blob: bf6f9c1a87c89380337aae7d45d3dbe077307a14 [file] [log] [blame]
// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/accessibility/ax_tree_serializer.h"
namespace ui {
ClientTreeNode::ClientTreeNode() {
}
ClientTreeNode::~ClientTreeNode() {
}
} // namespace ui