OLD | NEW |
---|---|
(Empty) | |
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. -#} | |
4 | |
5 // Copyright {{ year }} The Chromium Authors. All rights reserved. | |
6 // Use of this source code is governed by a BSD-style license that can be | |
7 // found in the LICENSE file. | |
8 | |
9 // GENERATED FROM THE API DEFINITION IN | |
10 // {{ source_file }} | |
11 // DO NOT EDIT. | |
12 | |
13 {% block content %} | |
14 {% endblock %} | |
OLD | NEW |