| Index: components/ui_devtools/devtools/ui_element.cc
|
| diff --git a/ash/devtools/ui_element.cc b/components/ui_devtools/devtools/ui_element.cc
|
| similarity index 85%
|
| rename from ash/devtools/ui_element.cc
|
| rename to components/ui_devtools/devtools/ui_element.cc
|
| index 8b8421341f1cec5d545837652e6e89ddf265bb9c..40e5104e1ab2c05aa1dc84e141347382c12b3140 100644
|
| --- a/ash/devtools/ui_element.cc
|
| +++ b/components/ui_devtools/devtools/ui_element.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/devtools/ui_element.h"
|
| +#include "components/ui_devtools/devtools/ui_element.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/devtools/ui_element_delegate.h"
|
| -#include "ash/devtools/view_element.h"
|
| -#include "ash/devtools/widget_element.h"
|
| -#include "ash/devtools/window_element.h"
|
| +#include "components/ui_devtools/devtools/ui_element_delegate.h"
|
| +#include "components/ui_devtools/devtools/view_element.h"
|
| +#include "components/ui_devtools/devtools/widget_element.h"
|
| +#include "components/ui_devtools/devtools/window_element.h"
|
|
|
| -namespace ash {
|
| +namespace ui {
|
| namespace devtools {
|
| namespace {
|
|
|
| @@ -75,4 +75,4 @@ UIElement::~UIElement() {
|
| }
|
|
|
| } // namespace devtools
|
| -} // namespace ash
|
| +} // namespace ui
|
|
|