From caa55f3e114021dccc1935ed6fbac6247dca3eb7 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Sun, 14 Mar 2010 05:34:18 +0000 Subject: chromeos: string_util.h -> utf_string_conversions.h fix. BUG=none TEST=none Review URL: http://codereview.chromium.org/851010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41539 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/combobox/native_combobox_gtk.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'views/controls/combobox/native_combobox_gtk.cc') 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 +#include + #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 { -- cgit v1.1