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

Unified Diff: components/ui_devtools/views/ui_element_delegate.h

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: . 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/views/ui_element_delegate.h
diff --git a/ash/devtools/ui_element_delegate.h b/components/ui_devtools/views/ui_element_delegate.h
similarity index 79%
rename from ash/devtools/ui_element_delegate.h
rename to components/ui_devtools/views/ui_element_delegate.h
index 369b90b7c4096bd588083689ddb1b53d77725ecf..0d0b6a10abe06663f9dd7031c4f71604a8b4b788 100644
--- a/ash/devtools/ui_element_delegate.h
+++ b/components/ui_devtools/views/ui_element_delegate.h
@@ -2,21 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_DEVTOOLS_UI_ELEMENT_DELEGATE_H_
-#define ASH_DEVTOOLS_UI_ELEMENT_DELEGATE_H_
+#ifndef COMPONENTS_UI_DEVTOOLS_VIEWS_UI_ELEMENT_DELEGATE_H_
+#define COMPONENTS_UI_DEVTOOLS_VIEWS_UI_ELEMENT_DELEGATE_H_
#include <vector>
-#include "ash/ash_export.h"
#include "base/macros.h"
#include "ui/aura/window.h"
-namespace ash {
+namespace ui {
namespace devtools {
class UIElement;
-class ASH_EXPORT UIElementDelegate {
+class UIElementDelegate {
public:
UIElementDelegate(){};
virtual ~UIElementDelegate(){};
@@ -39,6 +38,6 @@ class ASH_EXPORT UIElementDelegate {
};
} // namespace devtools
-} // namespace ash
+} // namespace ui
-#endif // ASH_DEVTOOLS_UI_ELEMENT_DELEGATE_H_
+#endif // COMPONENTS_UI_DEVTOOLS_VIEWS_UI_ELEMENT_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698