summaryrefslogtreecommitdiffstats
path: root/views/controls/combobox
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/combobox')
-rw-r--r--views/controls/combobox/native_combobox_gtk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/combobox/native_combobox_gtk.cc b/views/controls/combobox/native_combobox_gtk.cc
index 89d2b38..be6a525 100644
--- a/views/controls/combobox/native_combobox_gtk.cc
+++ b/views/controls/combobox/native_combobox_gtk.cc
@@ -2,10 +2,10 @@
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
-#include <gtk/gtk.h>
-
#include "views/controls/combobox/native_combobox_gtk.h"
+#include <gtk/gtk.h>
+
#include "app/combobox_model.h"
#include "base/logging.h"
#include "base/string_util.h"