Index: chrome/browser/ui/profile_error_dialog.cc |
diff --git a/chrome/browser/ui/profile_error_dialog.cc b/chrome/browser/ui/profile_error_dialog.cc |
index 851731bfe43cf6b9c31681c1e5a992f635d3175a..e99e3ff1d45afc1469f845db72d1f10d90672051 100644 |
--- a/chrome/browser/ui/profile_error_dialog.cc |
+++ b/chrome/browser/ui/profile_error_dialog.cc |
@@ -10,7 +10,7 @@ |
#include "ui/base/l10n/l10n_util.h" |
void ShowProfileErrorDialog(int message_id) { |
-#if defined(OS_ANDROID) |
+#if defined(OS_ANDROID) || defined(OS_IOS) |
NOTIMPLEMENTED(); |
#else |
chrome::ShowMessageBox(NULL, |