Index: components/ui_devtools/devtools/window_element.cc |
diff --git a/ash/devtools/window_element.cc b/components/ui_devtools/devtools/window_element.cc |
similarity index 94% |
rename from ash/devtools/window_element.cc |
rename to components/ui_devtools/devtools/window_element.cc |
index e6cc3e3e5e09e90ffc7830404e9bc54481b59f94..93e351c481916ddf1212b15c947bfa340963199d 100644 |
--- a/ash/devtools/window_element.cc |
+++ b/components/ui_devtools/devtools/window_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/window_element.h" |
+#include "components/ui_devtools/devtools/window_element.h" |
-#include "ash/devtools/ui_element_delegate.h" |
+#include "components/ui_devtools/devtools/ui_element_delegate.h" |
#include "ui/aura/window.h" |
-namespace ash { |
+namespace ui { |
namespace devtools { |
namespace { |
@@ -107,4 +107,4 @@ aura::Window* WindowElement::From(UIElement* element) { |
} |
} // namespace devtools |
-} // namespace ash |
+} // namespace ui |