| Index: chrome/service/service_utility_process_host.cc
|
| diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc
|
| index a49e43443060a6144ae6fdf3e29f6228964c691f..190be02416456e774b8e0b0c696223180761845a 100644
|
| --- a/chrome/service/service_utility_process_host.cc
|
| +++ b/chrome/service/service_utility_process_host.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/file_util.h"
|
| -#include "base/memory/scoped_temp_dir.h"
|
| #include "base/message_loop.h"
|
| #include "base/message_loop_proxy.h"
|
| +#include "base/scoped_temp_dir.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/utility_messages.h"
|
| #include "ipc/ipc_switches.h"
|
|
|