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

Unified Diff: webrtc/test/field_trial.h

Issue 1511633002: Add APK targets to build libjingle tests for Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Reverted <gtest of libjingle_media_unittests and p2p. Created 5 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/field_trial.h
diff --git a/webrtc/test/field_trial.h b/webrtc/test/field_trial.h
index d448f3411d5407253a788da95d0e8938dc78fa18..e1361619f0a982a187e3cd6a50959ab6d7dd730d 100644
--- a/webrtc/test/field_trial.h
+++ b/webrtc/test/field_trial.h
@@ -39,7 +39,9 @@ class ScopedFieldTrials {
explicit ScopedFieldTrials(const std::string& config);
~ScopedFieldTrials();
private:
- const std::map<std::string, std::string> previous_field_trials_;
+
kjellander_webrtc 2015/12/14 04:37:50 nit: remove blank line.
perkj_webrtc 2015/12/14 07:22:21 Done.
+ std::string current_field_trials_;
+ const char* previous_field_trials_;
};
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698