Index: chrome/service/service_main.cc |
=================================================================== |
--- chrome/service/service_main.cc (revision 70328) |
+++ chrome/service/service_main.cc (working copy) |
@@ -6,6 +6,7 @@ |
#include "base/message_loop.h" |
#include "base/path_service.h" |
#include "base/singleton.h" |
+#include "base/threading/platform_thread.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/main_function_params.h" |
@@ -25,7 +26,7 @@ |
base::debug::WaitForDebugger(60, true); |
} |
- PlatformThread::SetName("CrServiceMain"); |
+ base::PlatformThread::SetName("CrServiceMain"); |
#if defined(OS_WIN) |
sandbox::BrokerServices* broker_services = |