Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / base / threading / thread.cc
index ae4d373..7877b19 100644 (file)
@@ -63,7 +63,7 @@ Thread::Options::Options(MessageLoop::Type type,
 Thread::Options::~Options() {
 }
 
-Thread::Thread(const char* name)
+Thread::Thread(const std::string& name)
     :
 #if defined(OS_WIN)
       com_status_(NONE),