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

Unified Diff: chrome/browser/debugger/devtools_remote_listen_socket.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/browser/debugger/devtools_remote_listen_socket.cc
===================================================================
--- chrome/browser/debugger/devtools_remote_listen_socket.cc (revision 70328)
+++ chrome/browser/debugger/devtools_remote_listen_socket.cc (working copy)
@@ -22,8 +22,8 @@
#include "base/compiler_specific.h"
#include "base/eintr_wrapper.h"
-#include "base/platform_thread.h"
#include "base/string_number_conversions.h"
+#include "base/threading/platform_thread.h"
#include "chrome/browser/debugger/devtools_remote.h"
#include "chrome/browser/debugger/devtools_remote_message.h"
@@ -252,7 +252,7 @@
send_buf += sent;
len_left -= sent;
}
- PlatformThread::YieldCurrentThread();
+ base::PlatformThread::YieldCurrentThread();
}
}
« no previous file with comments | « chrome/browser/browser_main_posix.cc ('k') | chrome/browser/debugger/devtools_remote_listen_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698