diff options
Diffstat (limited to 'chrome/browser/ui/gtk/gtk_tree.cc')
-rw-r--r-- | chrome/browser/ui/gtk/gtk_tree.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/gtk_tree.cc b/chrome/browser/ui/gtk/gtk_tree.cc index 035d38b..7c16ac9 100644 --- a/chrome/browser/ui/gtk/gtk_tree.cc +++ b/chrome/browser/ui/gtk/gtk_tree.cc @@ -7,9 +7,9 @@ #include "base/logging.h" #include "base/utf_string_conversions.h" #include "chrome/browser/ui/gtk/gtk_theme_provider.h" -#include "gfx/gtk_util.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/base/models/table_model.h" +#include "ui/gfx/gtk_util.h" namespace gtk_tree { |