| Index: base/debug/trace_event_impl.cc
|
| diff --git a/base/debug/trace_event_impl.cc b/base/debug/trace_event_impl.cc
|
| index deda5f1cb9c69c0c7dbc91903231fadbc6feecd9..ab282e7b0e45f49870470b1f6b2a97b43d947913 100644
|
| --- a/base/debug/trace_event_impl.cc
|
| +++ b/base/debug/trace_event_impl.cc
|
| @@ -14,10 +14,10 @@
|
| #include "base/memory/singleton.h"
|
| #include "base/process_util.h"
|
| #include "base/stl_util.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_tokenizer.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/synchronization/cancellation_flag.h"
|
| #include "base/synchronization/waitable_event.h"
|
|
|