| Index: webrtc/pc/ortcfactory.cc
|
| diff --git a/webrtc/api/ortcfactory.cc b/webrtc/pc/ortcfactory.cc
|
| similarity index 99%
|
| rename from webrtc/api/ortcfactory.cc
|
| rename to webrtc/pc/ortcfactory.cc
|
| index ba41a03ca5eb765adb5c439ea436adc8c7099041..47d39b7cb0e7b8a5bf4a8b56048eb25154fbbc9d 100644
|
| --- a/webrtc/api/ortcfactory.cc
|
| +++ b/webrtc/pc/ortcfactory.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/api/ortcfactory.h"
|
| +#include "webrtc/pc/ortcfactory.h"
|
|
|
| #include <string>
|
| #include <utility> // For std::move.
|
|
|