blob: d2c86f711b22fc7365290f42d61d96dc9ec7dd9d [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DocumentXMLTreeViewer_h
#define DocumentXMLTreeViewer_h
namespace blink {
class Document;
void TransformDocumentToXMLTreeView(Document&);
} // namespace blink
#endif