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

Unified Diff: chrome/browser/preferences_mock_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
Index: chrome/browser/preferences_mock_mac.h
===================================================================
--- chrome/browser/preferences_mock_mac.h (revision 62861)
+++ chrome/browser/preferences_mock_mac.h (working copy)
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_PREFERENCES_MOCK_MAC_H_
#pragma once
-#include "base/scoped_cftyperef.h"
+#include "base/mac/scoped_cftyperef.h"
#include "chrome/browser/preferences_mac.h"
// Mock preferences wrapper for testing code that interacts with CFPreferences.
@@ -24,8 +24,8 @@
void AddTestItem(CFStringRef key, CFPropertyListRef value, bool is_forced);
private:
- scoped_cftyperef<CFMutableDictionaryRef> values_;
- scoped_cftyperef<CFMutableSetRef> forced_;
+ base::mac::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
+ base::mac::ScopedCFTypeRef<CFMutableSetRef> forced_;
};
#endif // CHROME_BROWSER_PREFERENCES_MOCK_MAC_H_
« no previous file with comments | « chrome/browser/policy/configuration_policy_provider_mac_unittest.cc ('k') | chrome/browser/renderer_host/backing_store_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698