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

Unified Diff: webrtc/pc/test/fakeaudiocapturemodule.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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/pc/test/androidtestinitializer.cc ('k') | webrtc/pc/test/fakeaudiocapturemodule.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/test/fakeaudiocapturemodule.h
diff --git a/webrtc/api/test/fakeaudiocapturemodule.h b/webrtc/pc/test/fakeaudiocapturemodule.h
similarity index 98%
rename from webrtc/api/test/fakeaudiocapturemodule.h
rename to webrtc/pc/test/fakeaudiocapturemodule.h
index 34aa7e09dbcd25805a82dbff07d9841d7dd1d8c1..72735b6fa729ac2234e3f11e6775f30ec1060f14 100644
--- a/webrtc/api/test/fakeaudiocapturemodule.h
+++ b/webrtc/pc/test/fakeaudiocapturemodule.h
@@ -17,8 +17,8 @@
// Note P postfix of a function indicates that it should only be called by the
// processing thread.
-#ifndef WEBRTC_API_TEST_FAKEAUDIOCAPTUREMODULE_H_
-#define WEBRTC_API_TEST_FAKEAUDIOCAPTUREMODULE_H_
+#ifndef WEBRTC_PC_TEST_FAKEAUDIOCAPTUREMODULE_H_
+#define WEBRTC_PC_TEST_FAKEAUDIOCAPTUREMODULE_H_
#include <memory>
@@ -278,4 +278,4 @@ class FakeAudioCaptureModule
rtc::CriticalSection crit_callback_;
};
-#endif // WEBRTC_API_TEST_FAKEAUDIOCAPTUREMODULE_H_
+#endif // WEBRTC_PC_TEST_FAKEAUDIOCAPTUREMODULE_H_
« no previous file with comments | « webrtc/pc/test/androidtestinitializer.cc ('k') | webrtc/pc/test/fakeaudiocapturemodule.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698