// Copyright 2014 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_GTK_X_GTK_EVENT_LOOP_X11_H_ #define UI_GTK_X_GTK_EVENT_LOOP_X11_H_ #include "base/memory/raw_ptr.h" #include "ui/base/glib/glib_integers.h" #include "ui/base/glib/scoped_gsignal.h" #include "ui/gtk/gtk_compat.h" namespace gtk { class GtkEventLoopX11 { … }; } // namespace gtk #endif // UI_GTK_X_GTK_EVENT_LOOP_X11_H_