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

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: with fixed off-by-1 in git-clang-format 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
« no previous file with comments | « gpu/config/gpu_info_collector_mac.mm ('k') | media/audio/mac/audio_manager_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « gpu/config/gpu_info_collector_mac.mm ('k') | media/audio/mac/audio_manager_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698