Index: webrtc/p2p/base/transportcontroller_unittest.cc |
diff --git a/webrtc/p2p/base/transportcontroller_unittest.cc b/webrtc/p2p/base/transportcontroller_unittest.cc |
index 627975c90cad7a85275d57d0a49f49a67495a2f3..493903b323c9c97a0998dbab69eb85902e872c79 100644 |
--- a/webrtc/p2p/base/transportcontroller_unittest.cc |
+++ b/webrtc/p2p/base/transportcontroller_unittest.cc |
@@ -100,8 +100,11 @@ class TransportControllerTest : public testing::Test, |
// Used for thread hopping test. |
void CreateChannelsAndCompleteConnectionOnWorkerThread() { |
- worker_thread_->Invoke<void>(rtc::Bind( |
- &TransportControllerTest::CreateChannelsAndCompleteConnection_w, this)); |
+ worker_thread_->Invoke<void>( |
+ FROM_HERE, |
+ rtc::Bind( |
+ &TransportControllerTest::CreateChannelsAndCompleteConnection_w, |
+ this)); |
} |
void CreateChannelsAndCompleteConnection_w() { |