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: ash/common/devtools/ash_devtools_dom_agent.cc

Issue 2462843002: Update ash to use new devtools base agent (Closed)
Patch Set: Rename devtools_dom_agent.* to ash_devtools_dom_agent.* 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
« no previous file with comments | « ash/common/devtools/ash_devtools_dom_agent.h ('k') | ash/common/devtools/devtools_dom_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/devtools/ash_devtools_dom_agent.cc
diff --git a/ash/common/devtools/devtools_dom_agent.cc b/ash/common/devtools/ash_devtools_dom_agent.cc
similarity index 96%
rename from ash/common/devtools/devtools_dom_agent.cc
rename to ash/common/devtools/ash_devtools_dom_agent.cc
index 8673b77fbd574a8c815ef2ee948f45b05719de92..402125e81da9284619f6d39ad5b8ddd4ed171aef 100644
--- a/ash/common/devtools/devtools_dom_agent.cc
+++ b/ash/common/devtools/ash_devtools_dom_agent.cc
@@ -2,11 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/devtools/devtools_dom_agent.h"
+#include "ash/common/devtools/ash_devtools_dom_agent.h"
-#include "ash/common/wm_shell.h"
#include "ash/common/wm_window.h"
-#include "components/ui_devtools/DOM.h"
#include "components/ui_devtools/devtools_server.h"
#include "ui/views/view.h"
#include "ui/views/widget/widget.h"
« no previous file with comments | « ash/common/devtools/ash_devtools_dom_agent.h ('k') | ash/common/devtools/devtools_dom_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698