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: media/audio/mac/aggregate_device_manager.cc

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: media/audio/mac/aggregate_device_manager.cc
diff --git a/media/audio/mac/aggregate_device_manager.cc b/media/audio/mac/aggregate_device_manager.cc
index 7f319f39683d075342f37cdef26ffa0f1f9cabfd..c7f323322e77a8b56b57339905e539730427fd61 100644
--- a/media/audio/mac/aggregate_device_manager.cc
+++ b/media/audio/mac/aggregate_device_manager.cc
@@ -12,7 +12,7 @@
#include "media/audio/audio_parameters.h"
#include "media/audio/mac/audio_manager_mac.h"
-using base::mac::ScopedCFTypeRef;
+using base::ScopedCFTypeRef;
namespace media {

Powered by Google App Engine
This is Rietveld 408576698