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

Unified Diff: ui/events/keycodes/keysym_to_unicode.cc

Issue 1880313004: Remove X11 deps from //ui/events:events_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device_refactor
Patch Set: Maybe GYP actually works now? Created 4 years, 8 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: ui/events/keycodes/keysym_to_unicode.cc
diff --git a/ui/events/x/keysym_to_unicode.cc b/ui/events/keycodes/keysym_to_unicode.cc
similarity index 99%
rename from ui/events/x/keysym_to_unicode.cc
rename to ui/events/keycodes/keysym_to_unicode.cc
index fc3f789c506b0eefbb0570e2e3a2c74071f87394..9f390ee0a03d7accaf76fefab391afe546a8aefb 100644
--- a/ui/events/x/keysym_to_unicode.cc
+++ b/ui/events/keycodes/keysym_to_unicode.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/events/x/keysym_to_unicode.h"
+#include "ui/events/keycodes/keysym_to_unicode.h"
#include <stddef.h>

Powered by Google App Engine
This is Rietveld 408576698