Chromium Code Reviews| Index: headless/lib/browser/devtools_api/deprecated_domain_h.template |
| diff --git a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp b/headless/lib/browser/devtools_api/deprecated_domain_h.template |
| similarity index 54% |
| copy from tools/clang/plugins/tests/missing_ctor_ignored_base.cpp |
| copy to headless/lib/browser/devtools_api/deprecated_domain_h.template |
| index 6c4ddd4fc6c4a27e9721be91971255bd6f8bfd15..4f86253eeaf26fef823960ae824446ce6c27b2b0 100644 |
| --- a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp |
| +++ b/headless/lib/browser/devtools_api/deprecated_domain_h.template |
| @@ -1,11 +1,7 @@ |
| +// This file is generated |
| + |
| // Copyright (c) 2016 The Chromium Authors. All rights reserved. |
|
Sami
2016/11/04 17:42:10
nit: old-style copyright header.
altimin
2016/11/08 17:14:19
Done.
|
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "missing_ctor_ignored_base.h" |
| - |
| -int main() { |
| - MissingCtorsWithIgnoredBase one; |
| - MissingCtorsWithIgnoredGrandBase two; |
| - return 0; |
| -} |
| +#include "headless/public/devtools/domains/{{domain.domain | camelcase_to_hacker_style }}.h" |