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

Unified Diff: ui/gfx/x/x11_atom_cache.h

Issue 1875913002: Cleanup: Convert const char* kFoo to const char kFoo[]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/renderer/media/webrtc/stun_field_trial.cc ('k') | ui/gfx/x/x11_atom_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/x/x11_atom_cache.h
diff --git a/ui/gfx/x/x11_atom_cache.h b/ui/gfx/x/x11_atom_cache.h
index 948ca7af5f8ae004942e3e13e0b5e902209b9850..fd0b637ff99bb5bfaa91f81c099580fb1967cf50 100644
--- a/ui/gfx/x/x11_atom_cache.h
+++ b/ui/gfx/x/x11_atom_cache.h
@@ -20,8 +20,8 @@ namespace ui {
// with allow_uncached_atoms().
class GFX_EXPORT X11AtomCache {
public:
- // Preinterns the NULL terminated list of string |to_cache_ on |xdisplay|.
- X11AtomCache(XDisplay* xdisplay, const char** to_cache);
+ // Preinterns the NULL terminated list of string |to_cache| on |xdisplay|.
+ X11AtomCache(XDisplay* xdisplay, const char* const* to_cache);
~X11AtomCache();
// Returns the pre-interned Atom without having to go to the x server.
« no previous file with comments | « content/renderer/media/webrtc/stun_field_trial.cc ('k') | ui/gfx/x/x11_atom_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698