| 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"
|
|
|