Index: chrome/browser/search_engines/template_url_prepopulate_data.cc |
=================================================================== |
--- chrome/browser/search_engines/template_url_prepopulate_data.cc (revision 62861) |
+++ chrome/browser/search_engines/template_url_prepopulate_data.cc (working copy) |
@@ -23,7 +23,7 @@ |
#if defined(OS_WIN) |
#undef IN // On Windows, windef.h defines this, which screws up "India" cases. |
#elif defined(OS_MACOSX) |
-#include "base/scoped_cftyperef.h" |
+#include "base/mac/scoped_cftyperef.h" |
#endif |
using base::Time; |
@@ -2863,7 +2863,7 @@ |
#elif defined(OS_MACOSX) |
int GetCurrentCountryID() { |
- scoped_cftyperef<CFLocaleRef> locale(CFLocaleCopyCurrent()); |
+ base::mac::ScopedCFTypeRef<CFLocaleRef> locale(CFLocaleCopyCurrent()); |
CFStringRef country = (CFStringRef)CFLocaleGetValue(locale.get(), |
kCFLocaleCountryCode); |
if (!country) |