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

Unified Diff: net/base/network_config_watcher_mac.h

Issue 3855001: Move scoped_cftyperef from base to base/mac, use the new namespace, and name ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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 | « net/base/network_change_notifier_mac.cc ('k') | net/base/network_config_watcher_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_config_watcher_mac.h
===================================================================
--- net/base/network_config_watcher_mac.h (revision 62861)
+++ net/base/network_config_watcher_mac.h (working copy)
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/message_loop.h"
-#include "base/scoped_cftyperef.h"
+#include "base/mac/scoped_cftyperef.h"
#include "base/scoped_ptr.h"
namespace base {
@@ -55,7 +55,7 @@
// was created on.
scoped_ptr<base::Thread> notifier_thread_;
- scoped_cftyperef<CFRunLoopSourceRef> run_loop_source_;
+ base::mac::ScopedCFTypeRef<CFRunLoopSourceRef> run_loop_source_;
Delegate* const delegate_;
« no previous file with comments | « net/base/network_change_notifier_mac.cc ('k') | net/base/network_config_watcher_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698