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

Unified Diff: ppapi/tests/test_audio_encoder.cc

Issue 1464513002: Fix broken GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_audio_encoder.cc
diff --git a/ppapi/tests/test_audio_encoder.cc b/ppapi/tests/test_audio_encoder.cc
index e28721eda6044b841f46f66dbdfb82c43e721b7e..cc629b5cdee07c2428e0c76b49d0e9997835816c 100644
--- a/ppapi/tests/test_audio_encoder.cc
+++ b/ppapi/tests/test_audio_encoder.cc
@@ -31,7 +31,7 @@ std::string TestAudioEncoder::TestAvailableCodecs() {
pp::AudioEncoder audio_encoder(instance_);
ASSERT_FALSE(audio_encoder.is_null());
- TestCompletionCallbackWithOutput<std::vector<PP_AudioProfileDescription>>
+ TestCompletionCallbackWithOutput<std::vector<PP_AudioProfileDescription> >
callback(instance_->pp_instance(), false);
callback.WaitForResult(
audio_encoder.GetSupportedProfiles(callback.GetCallback()));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698