| Index: webrtc/test/firewallsocketserver.h
|
| diff --git a/webrtc/base/firewallsocketserver.h b/webrtc/test/firewallsocketserver.h
|
| similarity index 96%
|
| rename from webrtc/base/firewallsocketserver.h
|
| rename to webrtc/test/firewallsocketserver.h
|
| index 26fc75ec93a7adc12323277404cb26f0633e8ae1..e0f17fed9a05ed06c198510dda0957565bf32083 100644
|
| --- a/webrtc/base/firewallsocketserver.h
|
| +++ b/webrtc/test/firewallsocketserver.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_FIREWALLSOCKETSERVER_H_
|
| -#define WEBRTC_BASE_FIREWALLSOCKETSERVER_H_
|
| +#ifndef WEBRTC_TEST_FIREWALLSOCKETSERVER_H_
|
| +#define WEBRTC_TEST_FIREWALLSOCKETSERVER_H_
|
|
|
| #include <vector>
|
| #include "webrtc/base/socketserver.h"
|
| @@ -111,4 +111,4 @@ class FirewallManager {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_FIREWALLSOCKETSERVER_H_
|
| +#endif // WEBRTC_TEST_FIREWALLSOCKETSERVER_H_
|
|
|