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

Unified Diff: components/ui_devtools/views/widget_element.cc

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: add README.md 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
« no previous file with comments | « components/ui_devtools/views/widget_element.h ('k') | components/ui_devtools/views/window_element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/views/widget_element.cc
diff --git a/ash/devtools/widget_element.cc b/components/ui_devtools/views/widget_element.cc
similarity index 91%
rename from ash/devtools/widget_element.cc
rename to components/ui_devtools/views/widget_element.cc
index ec07a1f7d2b75b90fec6a8bb9d13e6a39a66a70e..7f87219bdadf96af102a0cbc4301a77bbabb17c1 100644
--- a/ash/devtools/widget_element.cc
+++ b/components/ui_devtools/views/widget_element.cc
@@ -2,12 +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/widget_element.h"
+#include "components/ui_devtools/views/widget_element.h"
-#include "ash/devtools/ui_element_delegate.h"
+#include "components/ui_devtools/views/ui_element_delegate.h"
-namespace ash {
-namespace devtools {
+namespace ui_devtools {
WidgetElement::WidgetElement(views::Widget* widget,
UIElementDelegate* ui_element_delegate,
@@ -69,5 +68,4 @@ views::Widget* WidgetElement::From(UIElement* element) {
return static_cast<WidgetElement*>(element)->widget_;
}
-} // namespace devtools
-} // namespace ash
+} // namespace ui_devtools
« no previous file with comments | « components/ui_devtools/views/widget_element.h ('k') | components/ui_devtools/views/window_element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698