| Index: base/utf_string_conversion_utils.cc
|
| diff --git a/base/utf_string_conversion_utils.cc b/base/utf_string_conversion_utils.cc
|
| index ebd8fd936095cd7d31fd7780ee93aac590313075..2280032e22716d979148bbf87efe6b11846c83af 100644
|
| --- a/base/utf_string_conversion_utils.cc
|
| +++ b/base/utf_string_conversion_utils.cc
|
| @@ -2,9 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/utf_string_conversion_utils.h"
|
| +#include <stdio.h>
|
| +#include <string>
|
|
|
| +#include "base/basictypes.h"
|
| +#include "base/string16.h"
|
| #include "base/third_party/icu/icu_utf.h"
|
| +#include "base/utf_string_conversion_utils.h"
|
| +#include "build/build_config.h"
|
|
|
| namespace base {
|
|
|
|
|