From a4ea1f1bb8965f37be0d9fcb39796096fd178a30 Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Fri, 7 Jun 2013 18:37:07 +0000 Subject: Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/15735027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204874 0039d316-1c4b-4281-b951-d872f2087c98 --- base/debug/trace_event_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/debug') diff --git a/base/debug/trace_event_impl.cc b/base/debug/trace_event_impl.cc index 6e3516e..deda5f1 100644 --- a/base/debug/trace_event_impl.cc +++ b/base/debug/trace_event_impl.cc @@ -18,6 +18,7 @@ #include "base/stringprintf.h" #include "base/strings/string_split.h" #include "base/strings/string_tokenizer.h" +#include "base/strings/utf_string_conversions.h" #include "base/synchronization/cancellation_flag.h" #include "base/synchronization/waitable_event.h" #include "base/sys_info.h" @@ -26,7 +27,6 @@ #include "base/threading/thread_id_name_manager.h" #include "base/threading/thread_local.h" #include "base/time.h" -#include "base/utf_string_conversions.h" #if defined(OS_WIN) #include "base/debug/trace_event_win.h" -- cgit v1.1