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

Unified Diff: ash/common/system/date/date_view.h

Issue 2778143002: More pre-MD cleanup (Closed)
Patch Set: update c/b Created 3 years, 9 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/date/date_default_view.cc ('k') | ash/common/system/date/date_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/date/date_view.h
diff --git a/ash/common/system/date/date_view.h b/ash/common/system/date/date_view.h
index 39d7afa67a5d3ae142719c91ea82caf9df53b614..4d3491f10054991ad919ebd356a3f3cda9f834f8 100644
--- a/ash/common/system/date/date_view.h
+++ b/ash/common/system/date/date_view.h
@@ -8,7 +8,6 @@
#include <memory>
#include "ash/ash_export.h"
-#include "ash/common/system/date/tray_date.h"
#include "ash/common/system/tray/actionable_view.h"
#include "base/i18n/time_formatting.h"
#include "base/macros.h"
@@ -93,11 +92,6 @@ class ASH_EXPORT DateView : public BaseDateTimeView {
// ActionableView:
bool PerformAction(const ui::Event& event) override;
- // views::View:
- void OnMouseEntered(const ui::MouseEvent& event) override;
- void OnMouseExited(const ui::MouseEvent& event) override;
- void OnGestureEvent(ui::GestureEvent* event) override;
-
views::Label* date_label_;
DateAction action_;
« no previous file with comments | « ash/common/system/date/date_default_view.cc ('k') | ash/common/system/date/date_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698