Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: chrome/service/service_main.cc

Issue 6001010: Move platform_thread to base/threading and put in the base namespace. I left ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =
« no previous file with comments | « chrome/profile_import/profile_import_main.cc ('k') | chrome/test/automated_ui_tests/automated_ui_test_interactive_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698