// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_X_ATOM_CACHE_H_ #define UI_GFX_X_ATOM_CACHE_H_ #include <cstring> #include "base/component_export.h" #include "base/containers/flat_map.h" #include "base/memory/raw_ptr.h" #include "ui/gfx/x/xproto.h" x11 // namespace x11 #endif // UI_GFX_X_ATOM_CACHE_H_