| Index: webrtc/api/peerconnectionfactory.cc
 | 
| diff --git a/talk/app/webrtc/peerconnectionfactory.cc b/webrtc/api/peerconnectionfactory.cc
 | 
| similarity index 95%
 | 
| rename from talk/app/webrtc/peerconnectionfactory.cc
 | 
| rename to webrtc/api/peerconnectionfactory.cc
 | 
| index a781eb3e2594240b67aa6e61a01e11fa9b6718e8..66545930e550f91a658d3b560b202f1ddc5a9b32 100644
 | 
| --- a/talk/app/webrtc/peerconnectionfactory.cc
 | 
| +++ b/webrtc/api/peerconnectionfactory.cc
 | 
| @@ -1,6 +1,6 @@
 | 
|  /*
 | 
|   * libjingle
 | 
| - * Copyright 2004--2011 Google Inc.
 | 
| + * Copyright 2004 Google Inc.
 | 
|   *
 | 
|   * Redistribution and use in source and binary forms, with or without
 | 
|   * modification, are permitted provided that the following conditions are met:
 | 
| @@ -25,21 +25,21 @@
 | 
|   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
|   */
 | 
|  
 | 
| -#include "talk/app/webrtc/peerconnectionfactory.h"
 | 
| +#include "webrtc/api/peerconnectionfactory.h"
 | 
|  
 | 
|  #include <utility>
 | 
|  
 | 
| -#include "talk/app/webrtc/audiotrack.h"
 | 
| -#include "talk/app/webrtc/localaudiosource.h"
 | 
| -#include "talk/app/webrtc/mediastream.h"
 | 
| -#include "talk/app/webrtc/mediastreamproxy.h"
 | 
| -#include "talk/app/webrtc/mediastreamtrackproxy.h"
 | 
| -#include "talk/app/webrtc/peerconnection.h"
 | 
| -#include "talk/app/webrtc/peerconnectionfactoryproxy.h"
 | 
| -#include "talk/app/webrtc/peerconnectionproxy.h"
 | 
| -#include "talk/app/webrtc/videosource.h"
 | 
| -#include "talk/app/webrtc/videosourceproxy.h"
 | 
| -#include "talk/app/webrtc/videotrack.h"
 | 
| +#include "webrtc/api/audiotrack.h"
 | 
| +#include "webrtc/api/localaudiosource.h"
 | 
| +#include "webrtc/api/mediastream.h"
 | 
| +#include "webrtc/api/mediastreamproxy.h"
 | 
| +#include "webrtc/api/mediastreamtrackproxy.h"
 | 
| +#include "webrtc/api/peerconnection.h"
 | 
| +#include "webrtc/api/peerconnectionfactoryproxy.h"
 | 
| +#include "webrtc/api/peerconnectionproxy.h"
 | 
| +#include "webrtc/api/videosource.h"
 | 
| +#include "webrtc/api/videosourceproxy.h"
 | 
| +#include "webrtc/api/videotrack.h"
 | 
|  #include "webrtc/base/bind.h"
 | 
|  #include "webrtc/media/webrtc/webrtcmediaengine.h"
 | 
|  #include "webrtc/media/webrtc/webrtcvideodecoderfactory.h"
 | 
| 
 |