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

Unified Diff: chrome/browser/ui/views/ash/launcher/browser_launcher_item_controller_unittest.cc

Issue 10827145: Convert Aura to use ui::Event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « chrome/browser/ui/ash/event_rewriter_unittest.cc ('k') | chrome/browser/ui/views/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ash/launcher/browser_launcher_item_controller_unittest.cc
===================================================================
--- chrome/browser/ui/views/ash/launcher/browser_launcher_item_controller_unittest.cc (revision 150582)
+++ chrome/browser/ui/views/ash/launcher/browser_launcher_item_controller_unittest.cc (working copy)
@@ -25,6 +25,7 @@
#include "ui/aura/test/test_window_delegate.h"
#include "ui/aura/window.h"
#include "ui/aura/window_delegate.h"
+#include "ui/base/event.h"
namespace {
@@ -152,7 +153,7 @@
}
// aura::client::ActivationDelegate overrides.
- virtual bool ShouldActivate(const aura::Event* event) OVERRIDE {
+ virtual bool ShouldActivate(const ui::Event* event) OVERRIDE {
return true;
}
virtual void OnActivated() OVERRIDE {
« no previous file with comments | « chrome/browser/ui/ash/event_rewriter_unittest.cc ('k') | chrome/browser/ui/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698