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

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

Issue 1061733002: Remove windows/mac/ios specific code from //ui (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix default try set Created 5 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 | « ui/base/DEPS ('k') | ui/display/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/accelerators/accelerator.cc
diff --git a/ui/base/accelerators/accelerator.cc b/ui/base/accelerators/accelerator.cc
index 1ad4415de26bb254b7219bfb27e5a04cc9e79f4e..3a1d3116ed4ab325a59b4499ba0c774637f8de0e 100644
--- a/ui/base/accelerators/accelerator.cc
+++ b/ui/base/accelerators/accelerator.cc
@@ -4,16 +4,12 @@
#include "ui/base/accelerators/accelerator.h"
-#if defined(OS_WIN)
-#include <windows.h>
-#endif
-
#include "base/i18n/rtl.h"
#include "base/logging.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
-#if !defined(OS_WIN) && (defined(USE_AURA) || defined(OS_MACOSX))
+#if defined(USE_AURA)
#include "ui/events/keycodes/keyboard_code_conversion.h"
#endif
« no previous file with comments | « ui/base/DEPS ('k') | ui/display/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698