Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: components/ui_devtools/devtools/view_element.cc

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 862a454ab1bf1fd3f82f397f8243184f7a0895cf..a90eaeb7a3a51da9e82ca6e2eba512fb90b41393 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,
@@ -86,4 +86,4 @@ views::View* ViewElement::From(UIElement* element) {
}
} // namespace devtools
-} // namespace ash
+} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698