| 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.
|
|
|