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

Unified Diff: chrome/browser/dom_ui/options/advanced_options_utils_mac.mm

Issue 3828009: Move scoped_nsdisable_screen_update from base to app/mac... (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/dom_ui/options/advanced_options_utils_mac.mm
===================================================================
--- chrome/browser/dom_ui/options/advanced_options_utils_mac.mm (revision 62899)
+++ chrome/browser/dom_ui/options/advanced_options_utils_mac.mm (working copy)
@@ -7,7 +7,7 @@
#include "chrome/browser/dom_ui/options/advanced_options_utils.h"
#include "base/logging.h"
-#include "base/scoped_aedesc.h"
+#include "base/mac/scoped_aedesc.h"
void AdvancedOptionsUtilities::ShowNetworkProxySettings(
TabContents* tab_contents) {
@@ -15,7 +15,7 @@
@"/System/Library/PreferencePanes/Network.prefPane"]];
const char* proxyPrefCommand = "Proxies";
- scoped_aedesc<> openParams;
+ base::mac::ScopedAEDesc<> openParams;
OSStatus status = AECreateDesc('ptru',
proxyPrefCommand,
strlen(proxyPrefCommand),
« no previous file with comments | « chrome/browser/cocoa/web_drop_target_unittest.mm ('k') | chrome/browser/geolocation/wifi_data_provider_corewlan_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698