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

Unified Diff: webrtc/voice_engine/test/auto_test/automated_mode.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
« no previous file with comments | « no previous file | webrtc/voice_engine/test/auto_test/automated_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/test/auto_test/automated_mode.h
diff --git a/webrtc/voice_engine/test/auto_test/automated_mode.h b/webrtc/voice_engine/test/auto_test/automated_mode.h
index 599f021aa243f277d3b852fa64aa71daab9b29f2..0d673a40837dd586d0156ea3f7303f2d59714429 100644
--- a/webrtc/voice_engine/test/auto_test/automated_mode.h
+++ b/webrtc/voice_engine/test/auto_test/automated_mode.h
@@ -11,7 +11,13 @@
#ifndef SRC_VOICE_ENGINE_MAIN_TEST_AUTO_TEST_AUTOMATED_MODE_H_
#define SRC_VOICE_ENGINE_MAIN_TEST_AUTO_TEST_AUTOMATED_MODE_H_
+namespace webrtc {
+namespace voetest {
+
void InitializeGoogleTest(int* argc, char** argv);
int RunInAutomatedMode();
+} // namespace voetest
+} // namespace webrtc
+
#endif // SRC_VOICE_ENGINE_MAIN_TEST_AUTO_TEST_AUTOMATED_MODE_H_
« no previous file with comments | « no previous file | webrtc/voice_engine/test/auto_test/automated_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698