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

Unified Diff: app/keyboard_codes.h

Issue 5856001: Cleanup: USE_X11 + OS_MACOSX = OS_POSIX. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « no previous file | chrome/browser/browser_focus_uitest.cc » ('j') | chrome/browser/printing/print_job_worker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/keyboard_codes.h
===================================================================
--- app/keyboard_codes.h (revision 69803)
+++ app/keyboard_codes.h (working copy)
@@ -10,7 +10,7 @@
#if defined(OS_WIN)
#include "app/keyboard_codes_win.h"
-#elif defined(USE_X11) || defined(OS_MACOSX)
+#elif defined(OS_POSIX)
#include "app/keyboard_codes_posix.h"
#endif
« no previous file with comments | « no previous file | chrome/browser/browser_focus_uitest.cc » ('j') | chrome/browser/printing/print_job_worker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698