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

Unified Diff: ash/accelerators/magnifier_key_scroller.cc

Issue 1119423003: Refactors away method implementations in ui::EventTargeter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactors ui::EventTargeter (makes ui::EventTargeter pure virtual) Created 5 years, 7 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: ash/accelerators/magnifier_key_scroller.cc
diff --git a/ash/accelerators/magnifier_key_scroller.cc b/ash/accelerators/magnifier_key_scroller.cc
index eeeda2dfa81b01a95995a5b06cb2842ec559e65c..2e339501f33e42a015a21b68c31c878c1bed6958 100644
--- a/ash/accelerators/magnifier_key_scroller.cc
+++ b/ash/accelerators/magnifier_key_scroller.cc
@@ -9,6 +9,7 @@
#include "ash/magnifier/magnification_controller.h"
#include "ash/shell.h"
#include "base/command_line.h"
+#include "ui/events/event.h"
tdanderson 2015/05/22 18:29:56 Not sure why you're including this here (and in se
varkha 2015/05/22 22:18:34 Because I have removed #include "ui/events/event.h
tdanderson 2015/05/25 15:00:07 Acknowledged.
namespace ash {
namespace {
« no previous file with comments | « no previous file | ash/accelerators/magnifier_key_scroller_unittest.cc » ('j') | ash/wm/resize_handle_window_targeter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698