| Index: base/debug/profiler.cc
|
| diff --git a/base/debug/profiler.cc b/base/debug/profiler.cc
|
| index de7912437263903e0833244bb4ed140419e7acb1..b14120416eaf247da03592e2ffdc040b8090d6ef 100644
|
| --- a/base/debug/profiler.cc
|
| +++ b/base/debug/profiler.cc
|
| @@ -7,8 +7,8 @@
|
| #include <string>
|
|
|
| #include "base/process_util.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "base/win/pe_image.h"
|
|
|