// 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. #include "ui/base/x/x11_idle_query.h" #include "ui/gfx/x/connection.h" #include "ui/gfx/x/future.h" #include "ui/gfx/x/screensaver.h" namespace ui { IdleQueryX11::IdleQueryX11() : … { … } IdleQueryX11::~IdleQueryX11() = default; int IdleQueryX11::IdleTime() { … } } // namespace ui