Index: chrome/browser/ui/views/event_utils.h |
diff --git a/chrome/browser/ui/views/event_utils.h b/chrome/browser/ui/views/event_utils.h |
index 9bf6949da47f11cc6d2315d5beb83accf6f4cafc..a1518006f8c2b233299c3d63a7ffd70f426d3c15 100644 |
--- a/chrome/browser/ui/views/event_utils.h |
+++ b/chrome/browser/ui/views/event_utils.h |
@@ -7,14 +7,14 @@ |
#pragma once |
namespace views { |
-class MouseEvent; |
+class Event; |
} |
namespace event_utils { |
-// Returns true if the specified mouse event may have a |
+// Returns true if the specified event may have a |
// WindowOptionDisposition. |
-bool IsPossibleDispositionEvent(const views::MouseEvent& event); |
+bool IsPossibleDispositionEvent(const views::Event& event); |
} // namespace event_utils |