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

Unified Diff: webrtc/voice_engine/test/auto_test/voe_standard_test.h

Issue 2813373002: Don't make a top-level namespace called "voetest" (Closed)
Patch Set: fix comments Created 3 years, 8 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
Index: webrtc/voice_engine/test/auto_test/voe_standard_test.h
diff --git a/webrtc/voice_engine/test/auto_test/voe_standard_test.h b/webrtc/voice_engine/test/auto_test/voe_standard_test.h
index 338eb36700de4857b336dc24b05a6961f3978ecb..1fd27063b0398b3b84493de8543ce1858a5a6f56 100644
--- a/webrtc/voice_engine/test/auto_test/voe_standard_test.h
+++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.h
@@ -18,12 +18,9 @@
#include "webrtc/test/testsupport/fileutils.h"
#include "webrtc/voice_engine/test/auto_test/voe_test_common.h"
-#if defined(WEBRTC_ANDROID)
-extern char mobileLogMsg[640];
-#endif
-
DECLARE_bool(include_timing_dependent_tests);
+namespace webrtc {
namespace voetest {
class SubAPIManager {
@@ -53,5 +50,6 @@ class SubAPIManager {
};
} // namespace voetest
+} // namespace webrtc
#endif // WEBRTC_VOICE_ENGINE_VOE_STANDARD_TEST_H
« no previous file with comments | « webrtc/voice_engine/test/auto_test/voe_conference_test.cc ('k') | webrtc/voice_engine/test/auto_test/voe_standard_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698