| Index: ash/common/devtools/ash_devtools_dom_agent.cc
|
| diff --git a/ash/devtools/ash_devtools_dom_agent.cc b/ash/common/devtools/ash_devtools_dom_agent.cc
|
| similarity index 99%
|
| rename from ash/devtools/ash_devtools_dom_agent.cc
|
| rename to ash/common/devtools/ash_devtools_dom_agent.cc
|
| index 0f00d400e6c4df3cc8455c0bb191916d2f74a9f0..79aa433944d49c29a9b175d30cc40baccf143619 100644
|
| --- a/ash/devtools/ash_devtools_dom_agent.cc
|
| +++ b/ash/common/devtools/ash_devtools_dom_agent.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/devtools/ash_devtools_dom_agent.h"
|
| +#include "ash/common/devtools/ash_devtools_dom_agent.h"
|
|
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| -#include "ash/wm_window.h"
|
| #include "components/ui_devtools/devtools_server.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/display/display.h"
|
|
|