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 a59ea16c62a4a80cc3a082ced64a02557f44a805..88f28b1f56a2d15ba60301d3e761a2dfe9050670 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" |