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

Unified Diff: ui/base/accelerators/accelerator.cc

Issue 1521023002: Remove use_aura build arg. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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: ui/base/accelerators/accelerator.cc
diff --git a/ui/base/accelerators/accelerator.cc b/ui/base/accelerators/accelerator.cc
index 3a1d3116ed4ab325a59b4499ba0c774637f8de0e..b8ca585af9782d0ac44c53985e336c92fcb1c147 100644
--- a/ui/base/accelerators/accelerator.cc
+++ b/ui/base/accelerators/accelerator.cc
@@ -9,10 +9,6 @@
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
-#if defined(USE_AURA)
-#include "ui/events/keycodes/keyboard_code_conversion.h"
-#endif
-
namespace ui {
Accelerator::Accelerator()

Powered by Google App Engine
This is Rietveld 408576698