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

Unified Diff: ios/chrome/browser/ui/alert_coordinator/alert_coordinator.mm

Issue 2154163002: Change ContextMenu to use AlertCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertCoordinatorDelegate
Patch Set: Typo Created 4 years, 5 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/context_menu/context_menu_coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/alert_coordinator/alert_coordinator.mm
diff --git a/ios/chrome/browser/ui/alert_coordinator/alert_coordinator.mm b/ios/chrome/browser/ui/alert_coordinator/alert_coordinator.mm
index 0b42313462ed48692912b70ff07b1cfd213f4887..a10353fe7837d85f27b3bf891aa7163ccb322375 100644
--- a/ios/chrome/browser/ui/alert_coordinator/alert_coordinator.mm
+++ b/ios/chrome/browser/ui/alert_coordinator/alert_coordinator.mm
@@ -5,8 +5,8 @@
#import "ios/chrome/browser/ui/alert_coordinator/alert_coordinator.h"
#import "base/ios/weak_nsobject.h"
-#import "base/mac/scoped_nsobject.h"
#import "base/mac/scoped_block.h"
+#import "base/mac/scoped_nsobject.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/strings/grit/ui_strings.h"
« no previous file with comments | « no previous file | ios/chrome/browser/ui/context_menu/context_menu_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698