summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-01 19:41:58 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-01 19:41:58 +0000
commitaaf4fe01af9419e6539664c986477a4a026d51c9 (patch)
treeb32cc91561f46d574ed54bf9f5f0845a2d07545b /remoting
parentbf76be729b6540681fbbcfe853ee11bf7dd0bf54 (diff)
downloadchromium_src-aaf4fe01af9419e6539664c986477a4a026d51c9.zip
chromium_src-aaf4fe01af9419e6539664c986477a4a026d51c9.tar.gz
chromium_src-aaf4fe01af9419e6539664c986477a4a026d51c9.tar.bz2
mac: Fix a few compile errors with the 10.8 SDK
BUG=139138 TBR=tony Review URL: https://chromiumcodereview.appspot.com/10831108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149465 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm b/remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm
index a1dd1df..4273a30 100644
--- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm
+++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm
@@ -24,7 +24,7 @@
defaultButton:@"OK"
alternateButton:nil
otherButton:nil
- informativeTextWithFormat:message];
+ informativeTextWithFormat:@"%@", message];
[alert runModal];
}