| Index: webrtc/pc/ortcfactory.h
|
| diff --git a/webrtc/api/ortcfactory.h b/webrtc/pc/ortcfactory.h
|
| similarity index 95%
|
| rename from webrtc/api/ortcfactory.h
|
| rename to webrtc/pc/ortcfactory.h
|
| index dc92774ff4a3d3cc19470d6e9545e1aae0dc8c27..65fe10fd53d4c75ecb886ba1b171afade3651446 100644
|
| --- a/webrtc/api/ortcfactory.h
|
| +++ b/webrtc/pc/ortcfactory.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_API_ORTCFACTORY_H_
|
| -#define WEBRTC_API_ORTCFACTORY_H_
|
| +#ifndef WEBRTC_PC_ORTCFACTORY_H_
|
| +#define WEBRTC_PC_ORTCFACTORY_H_
|
|
|
| #include <memory>
|
|
|
| @@ -61,4 +61,4 @@ END_PROXY_MAP()
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_API_ORTCFACTORY_H_
|
| +#endif // WEBRTC_PC_ORTCFACTORY_H_
|
|
|