Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: headless/lib/browser/devtools_api/domain_cc.template

Issue 2473073003: [headless] Refactor headless devtools client API. (Closed)
Patch Set: Address nits Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « headless/lib/browser/devtools_api/deprecated_types_h.template ('k') | headless/lib/browser/devtools_api/domain_h.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698