Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: webrtc/api/call/audio_state.h

Issue 2059703002: Move webrtc/audio_*.h to webrtc/api/call (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased on top of d565b73121b1b7672fb7d1f115bbbbb137a838eb Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/call/audio_sink.h ('k') | webrtc/api/remoteaudiosource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/call/audio_state.h
diff --git a/webrtc/audio_state.h b/webrtc/api/call/audio_state.h
similarity index 92%
rename from webrtc/audio_state.h
rename to webrtc/api/call/audio_state.h
index fa5784c84492212dcbce55f58ede889597aed185..ac912773aa5fdeb12a59120b794c269605614050 100644
--- a/webrtc/audio_state.h
+++ b/webrtc/api/call/audio_state.h
@@ -7,8 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_AUDIO_STATE_H_
-#define WEBRTC_AUDIO_STATE_H_
+#ifndef WEBRTC_API_CALL_AUDIO_STATE_H_
+#define WEBRTC_API_CALL_AUDIO_STATE_H_
#include "webrtc/base/refcount.h"
#include "webrtc/base/scoped_ref_ptr.h"
@@ -45,4 +45,4 @@ class AudioState : public rtc::RefCountInterface {
};
} // namespace webrtc
-#endif // WEBRTC_AUDIO_STATE_H_
+#endif // WEBRTC_API_CALL_AUDIO_STATE_H_
« no previous file with comments | « webrtc/api/call/audio_sink.h ('k') | webrtc/api/remoteaudiosource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698