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

Unified Diff: ash/common/system/tray/view_click_listener.h

Issue 2300353002: Revert of Make TrayDetailsView a ViewClickListener and ButtonListener (Closed)
Patch Set: Created 4 years, 3 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 | « ash/common/system/tray/tray_details_view_unittest.cc ('k') | ash/common/system/tray_accessibility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/view_click_listener.h
diff --git a/ash/common/system/tray/view_click_listener.h b/ash/common/system/tray/view_click_listener.h
index 09f1aede1cc45eed6c7cc9a4e702d4dfe7903053..f1e2ca2790fedf1fee7c4d003261cc342a390623 100644
--- a/ash/common/system/tray/view_click_listener.h
+++ b/ash/common/system/tray/view_click_listener.h
@@ -5,15 +5,13 @@
#ifndef ASH_COMMON_SYSTEM_TRAY_VIEW_CLICK_LISTENER_H_
#define ASH_COMMON_SYSTEM_TRAY_VIEW_CLICK_LISTENER_H_
-#include "ash/ash_export.h"
-
namespace views {
class View;
}
namespace ash {
-class ASH_EXPORT ViewClickListener {
+class ViewClickListener {
public:
virtual void OnViewClicked(views::View* sender) = 0;
« no previous file with comments | « ash/common/system/tray/tray_details_view_unittest.cc ('k') | ash/common/system/tray_accessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698