commit | fa225ce2aefc336a23310fca5001b76cdbd7de75 | [log] [tgz] |
---|---|---|
author | andresp@webrtc.org <andresp@webrtc.org> | Mon Feb 09 14:19:09 2015 |
committer | andresp@webrtc.org <andresp@webrtc.org> | Mon Feb 09 14:19:09 2015 |
tree | f91174ce2d95fe6f13e6fb05fe98cfb042b4b635 | |
parent | 89ded13a8c5b9b847492af74549ab6a9ee123a49 [diff] [blame] |
Clean kForever from basictypes and move it to the interfaces that actually have it. R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/33269004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@8296 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/base/autodetectproxy.cc b/base/autodetectproxy.cc index bc54b96..8878d41 100644 --- a/base/autodetectproxy.cc +++ b/base/autodetectproxy.cc
@@ -55,7 +55,7 @@ LOG(LS_INFO) << "AutoDetectProxy initiating proxy classification"; Next(); // Process I/O until Stop() - Thread::Current()->ProcessMessages(kForever); + Thread::Current()->ProcessMessages(Thread::kForever); // Clean up the autodetect socket, from the thread that created it delete socket_; }