Roboto has shipped to stable channel for a while and it works fine. This CL cleans...
[chromium-blink-merge.git] / ui / accessibility / ax_tree_serializer.cc
blobeff444c7151700d3fbd5a20f8a1a166e87e9c675
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 "ui/accessibility/ax_tree_serializer.h"
7 namespace ui {
9 ClientTreeNode::ClientTreeNode() {
12 ClientTreeNode::~ClientTreeNode() {
15 } // namespace ui