| Index: headless/lib/browser/devtools_api/domain_cc.template
|
| diff --git a/headless/lib/browser/domain_cc.template b/headless/lib/browser/devtools_api/domain_cc.template
|
| similarity index 98%
|
| rename from headless/lib/browser/domain_cc.template
|
| rename to headless/lib/browser/devtools_api/domain_cc.template
|
| index 8adf35b3f79402250a5eca28d370985e734b434d..1159af2399cec551f543bffe940756f8d56f3689 100644
|
| --- a/headless/lib/browser/domain_cc.template
|
| +++ b/headless/lib/browser/devtools_api/domain_cc.template
|
| @@ -4,7 +4,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "headless/public/domains/{{domain.domain | camelcase_to_hacker_style}}.h"
|
| +#include "headless/public/devtools/domains/{{domain.domain | camelcase_to_hacker_style}}.h"
|
|
|
| #include "base/bind.h"
|
|
|
|
|