Index: chrome/browser/sync/util/pthread_helpers.cc |
=================================================================== |
--- chrome/browser/sync/util/pthread_helpers.cc (revision 26817) |
+++ chrome/browser/sync/util/pthread_helpers.cc (working copy) |
@@ -133,7 +133,7 @@ |
#endif // OS_WIN |
} |
-void NameCurrentThreadForDebugging(char* name) { |
+void NameCurrentThreadForDebugging(const char* name) { |
#if defined(OS_WIN) |
// This implementation is taken from Chromium's platform_thread framework. |
// The information on how to set the thread name comes from a MSDN article: |