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

Unified Diff: components/copresence/handlers/audio/audio_directive_handler.h

Issue 598053003: Switching to C++11 template syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: components/copresence/handlers/audio/audio_directive_handler.h
diff --git a/components/copresence/handlers/audio/audio_directive_handler.h b/components/copresence/handlers/audio/audio_directive_handler.h
index 3e650076d8d912f798677877bec1a2c786dfb524..4b527073301939b0876b80d52f32dc13b74ad48f 100644
--- a/components/copresence/handlers/audio/audio_directive_handler.h
+++ b/components/copresence/handlers/audio/audio_directive_handler.h
@@ -83,7 +83,7 @@ class AudioDirectiveHandler {
private:
FRIEND_TEST_ALL_PREFIXES(AudioDirectiveHandlerTest, Basic);
- typedef TimedMap<std::string, scoped_refptr<media::AudioBusRefCounted> >
+ typedef TimedMap<std::string, scoped_refptr<media::AudioBusRefCounted>>
SamplesMap;
// Processes the next active transmit instruction.
« no previous file with comments | « chrome/browser/extensions/api/copresence/copresence_translations.cc ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698