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

Unified Diff: webrtc/test/call_test.h

Issue 2550273003: Moved call.h and most of api/call/* into call/ (Closed)
Patch Set: Separated headers into :call_interfaces; update deps Created 4 years 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
Index: webrtc/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index 5843f7b9ff46385f7efb296c46556b74e6cbc5ad..03bc5bb3b57e113169d798b69880620e2b9b40ee 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -13,7 +13,7 @@
#include <memory>
#include <vector>
-#include "webrtc/call.h"
+#include "webrtc/call/call.h"
#include "webrtc/logging/rtc_event_log/rtc_event_log.h"
#include "webrtc/test/encoder_settings.h"
#include "webrtc/test/fake_audio_device.h"

Powered by Google App Engine
This is Rietveld 408576698