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

Unified Diff: ios/chrome/browser/ui/infobars/infobar_view_delegate.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/ui/infobars/infobar_view_delegate.h
diff --git a/ios/public/provider/chrome/browser/ui/infobar_view_delegate.h b/ios/chrome/browser/ui/infobars/infobar_view_delegate.h
similarity index 75%
rename from ios/public/provider/chrome/browser/ui/infobar_view_delegate.h
rename to ios/chrome/browser/ui/infobars/infobar_view_delegate.h
index f694f337e82c0e84f826057fcebcde636ecbeccb..6cbc7f2da8000c26660f3f00d2a9859564eaf209 100644
--- a/ios/public/provider/chrome/browser/ui/infobar_view_delegate.h
+++ b/ios/chrome/browser/ui/infobars/infobar_view_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_INFOBAR_VIEW_DELEGATE_H_
-#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_INFOBAR_VIEW_DELEGATE_H_
+#ifndef IOS_CHROME_BROWSER_UI_INFOBARS_INFOBAR_VIEW_DELEGATE_H_
+#define IOS_CHROME_BROWSER_UI_INFOBARS_INFOBAR_VIEW_DELEGATE_H_
#import <Foundation/Foundation.h>
@@ -23,4 +23,4 @@ class InfoBarViewDelegate {
virtual ~InfoBarViewDelegate() {}
};
-#endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_INFOBAR_VIEW_DELEGATE_H_
+#endif // IOS_CHROME_BROWSER_UI_INFOBARS_INFOBAR_VIEW_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698