| Index: third_party/libjingle_xmpp/xmpp/xmpptask.h
 | 
| diff --git a/third_party/libjingle_xmpp/xmpp/xmpptask.h b/third_party/libjingle_xmpp/xmpp/xmpptask.h
 | 
| index e302686a7658487fe92b900eb0e5fe524d81031d..822091c3853726ba5cd1d3dc490e027bfbaacafe 100644
 | 
| --- a/third_party/libjingle_xmpp/xmpp/xmpptask.h
 | 
| +++ b/third_party/libjingle_xmpp/xmpp/xmpptask.h
 | 
| @@ -15,11 +15,11 @@
 | 
|  #include <memory>
 | 
|  #include <string>
 | 
|  
 | 
| +#include "third_party/libjingle_xmpp/task_runner/task.h"
 | 
| +#include "third_party/libjingle_xmpp/task_runner/taskparent.h"
 | 
|  #include "third_party/libjingle_xmpp/xmpp/xmppengine.h"
 | 
|  #include "third_party/webrtc/base/constructormagic.h"
 | 
|  #include "third_party/webrtc/base/sigslot.h"
 | 
| -#include "third_party/webrtc/base/task.h"
 | 
| -#include "third_party/webrtc/base/taskparent.h"
 | 
|  
 | 
|  namespace buzz {
 | 
|  
 | 
| 
 |