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

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

Issue 2473073003: [headless] Refactor headless devtools client API. (Closed)
Patch Set: Deleted random files 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 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"

Powered by Google App Engine
This is Rietveld 408576698