summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-29 22:03:33 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-29 22:03:33 +0000
commit2841a8891cdcdd1f737c5d27762413834f3eb18a (patch)
tree4cecff36a4ee5b90b1f8a6aa25d8ddb3857e9b71 /views
parent98e46c46ddb2bf9a4f1f52c8ea26dd8a50b2c55c (diff)
downloadchromium_src-2841a8891cdcdd1f737c5d27762413834f3eb18a.zip
chromium_src-2841a8891cdcdd1f737c5d27762413834f3eb18a.tar.gz
chromium_src-2841a8891cdcdd1f737c5d27762413834f3eb18a.tar.bz2
style fix. the header for .cc has to be the 1st include.
BUG=none TEST=none Review URL: http://codereview.chromium.org/242045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-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"