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

Unified Diff: chrome_frame/urlmon_url_request_private.h

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
« no previous file with comments | « chrome_frame/urlmon_url_request.cc ('k') | net/base/listen_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/urlmon_url_request_private.h
===================================================================
--- chrome_frame/urlmon_url_request_private.h (revision 70328)
+++ chrome_frame/urlmon_url_request_private.h (working copy)
@@ -10,6 +10,7 @@
#include <string>
#include "base/callback.h"
+#include "base/threading/platform_thread.h"
#include "net/base/net_errors.h"
#include "net/http/http_response_headers.h"
#include "net/url_request/url_request_status.h"
@@ -233,7 +234,7 @@
ScopedComPtr<IStream> pending_data_;
size_t pending_read_size_;
- PlatformThreadId thread_;
+ base::PlatformThreadId thread_;
HWND parent_window_;
bool headers_received_;
int calling_delegate_; // re-entrancy protection.
« no previous file with comments | « chrome_frame/urlmon_url_request.cc ('k') | net/base/listen_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698