| Index: chrome/browser/service/service_process_control.cc
|
| ===================================================================
|
| --- chrome/browser/service/service_process_control.cc (revision 70342)
|
| +++ chrome/browser/service/service_process_control.cc (working copy)
|
| @@ -8,8 +8,8 @@
|
| #include "base/file_path.h"
|
| #include "base/process_util.h"
|
| #include "base/stl_util-inl.h"
|
| -#include "base/thread.h"
|
| -#include "base/thread_restrictions.h"
|
| +#include "base/threading/thread.h"
|
| +#include "base/threading/thread_restrictions.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/io_thread.h"
|
|
|