// 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_OZONE_PLATFORM_X11_OS_EXCHANGE_DATA_PROVIDER_X11_H_ #define UI_OZONE_PLATFORM_X11_OS_EXCHANGE_DATA_PROVIDER_X11_H_ #include "ui/base/x/x11_os_exchange_data_provider.h" #include "ui/gfx/x/connection.h" #include "ui/gfx/x/event.h" namespace ui { // OSExchangeDataProvider implementation for x11 linux. class OSExchangeDataProviderX11 : public XOSExchangeDataProvider, public x11::EventObserver { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_X11_OS_EXCHANGE_DATA_PROVIDER_X11_H_