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

Unified Diff: ios/chrome/browser/infobars/infobar.h

Issue 2596813002: Remove ChromeBrowserProvider::CreateInfoBarView() method. (Closed)
Patch Set: Created 4 years 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: ios/chrome/browser/infobars/infobar.h
diff --git a/ios/chrome/browser/infobars/infobar.h b/ios/chrome/browser/infobars/infobar.h
index a6cf4b1126f0c7439ea807947b932fcadd592b0f..a106a8850256412e5097b2975ceb411482d66c7b 100644
--- a/ios/chrome/browser/infobars/infobar.h
+++ b/ios/chrome/browser/infobars/infobar.h
@@ -10,7 +10,7 @@
#include "base/mac/scoped_nsobject.h"
#include "base/macros.h"
#include "components/infobars/core/infobar.h"
-#import "ios/public/provider/chrome/browser/ui/infobar_view_delegate.h"
+#import "ios/chrome/browser/ui/infobars/infobar_view_delegate.h"
@class InfoBarController;
@class UIView;

Powered by Google App Engine
This is Rietveld 408576698