| Index: content/common/set_process_title.cc
|
| diff --git a/content/common/set_process_title.cc b/content/common/set_process_title.cc
|
| index 99eb243bba16345dd29f740f854c35f7caff4b16..fdbf06cd0d8a90107dd082f4559ccdcd387f5338 100644
|
| --- a/content/common/set_process_title.cc
|
| +++ b/content/common/set_process_title.cc
|
| @@ -19,8 +19,8 @@
|
| #if defined(OS_LINUX)
|
| #include <sys/prctl.h>
|
|
|
| -#include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/process/process_metrics.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/threading/platform_thread.h"
|
|
|