| Index: components/ui_devtools/devtools/view_element.cc
|
| diff --git a/ash/devtools/view_element.cc b/components/ui_devtools/devtools/view_element.cc
|
| similarity index 94%
|
| rename from ash/devtools/view_element.cc
|
| rename to components/ui_devtools/devtools/view_element.cc
|
| index 57842eb8a8a314197ae705f49966c511e53fed76..dc628c305ec1454b24735befb56f2912aa952943 100644
|
| --- a/ash/devtools/view_element.cc
|
| +++ b/components/ui_devtools/devtools/view_element.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/devtools/view_element.h"
|
| +#include "components/ui_devtools/devtools/view_element.h"
|
|
|
| -#include "ash/devtools/ui_element_delegate.h"
|
| +#include "components/ui_devtools/devtools/ui_element_delegate.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| -namespace ash {
|
| +namespace ui {
|
| namespace devtools {
|
|
|
| ViewElement::ViewElement(views::View* view,
|
| @@ -90,4 +90,4 @@ views::View* ViewElement::From(UIElement* element) {
|
| }
|
|
|
| } // namespace devtools
|
| -} // namespace ash
|
| +} // namespace ui
|
|
|