Index: webrtc/api/notifier.h |
diff --git a/talk/app/webrtc/notifier.h b/webrtc/api/notifier.h |
similarity index 94% |
rename from talk/app/webrtc/notifier.h |
rename to webrtc/api/notifier.h |
index ecc16b97885c12160605401520daea1d4c52ffad..a6dbba7c36442f22e102913136e0b534c35ac59f 100644 |
--- a/talk/app/webrtc/notifier.h |
+++ b/webrtc/api/notifier.h |
@@ -25,12 +25,12 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_NOTIFIER_H_ |
-#define TALK_APP_WEBRTC_NOTIFIER_H_ |
+#ifndef WEBRTC_API_NOTIFIER_H_ |
+#define WEBRTC_API_NOTIFIER_H_ |
#include <list> |
-#include "talk/app/webrtc/mediastreaminterface.h" |
+#include "webrtc/api/mediastreaminterface.h" |
#include "webrtc/base/common.h" |
namespace webrtc { |
@@ -74,4 +74,4 @@ class Notifier : public T { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_NOTIFIER_H_ |
+#endif // WEBRTC_API_NOTIFIER_H_ |