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

Unified Diff: ui/base/x/x11_menu_list.h

Issue 392153002: Remove X11/Xlib.h include from selection_requestor.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/x/selection_requestor.cc ('k') | ui/base/x/x11_menu_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/x11_menu_list.h
diff --git a/ui/base/x/x11_menu_list.h b/ui/base/x/x11_menu_list.h
index 4e8476aea088b75cf387925d2f459e70522e7586..9946fd6d93f4205a92fbcd49365d80cc638f44b5 100644
--- a/ui/base/x/x11_menu_list.h
+++ b/ui/base/x/x11_menu_list.h
@@ -11,8 +11,6 @@
#include "ui/base/ui_base_export.h"
#include "ui/gfx/x/x11_types.h"
-typedef unsigned long Atom;
-
// A process wide singleton cache for X menus.
template <typename T> struct DefaultSingletonTraits;
@@ -39,7 +37,7 @@ class UI_BASE_EXPORT XMenuList {
~XMenuList();
std::vector<XID> menus_;
- ::Atom menu_type_atom_;
+ XAtom menu_type_atom_;
DISALLOW_COPY_AND_ASSIGN(XMenuList);
};
« no previous file with comments | « ui/base/x/selection_requestor.cc ('k') | ui/base/x/x11_menu_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698