diff options
Diffstat (limited to 'views/controls/combobox/native_combobox_gtk.cc')
-rw-r--r-- | views/controls/combobox/native_combobox_gtk.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/views/controls/combobox/native_combobox_gtk.cc b/views/controls/combobox/native_combobox_gtk.cc index 581fea3..fd0526a 100644 --- a/views/controls/combobox/native_combobox_gtk.cc +++ b/views/controls/combobox/native_combobox_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this +// Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this // source code is governed by a BSD-style license that can be found in the // LICENSE file. @@ -6,9 +6,11 @@ #include <gtk/gtk.h> +#include <algorithm> + #include "app/combobox_model.h" #include "base/logging.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "views/controls/combobox/combobox.h" namespace views { |