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

Unified Diff: chrome/browser/ui/page_info/website_settings_infobar_delegate.cc

Issue 2741303002: Run `git cl format` on all desktop page_info code. (Closed)
Patch Set: Rebase. Created 3 years, 9 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
Index: chrome/browser/ui/page_info/website_settings_infobar_delegate.cc
diff --git a/chrome/browser/ui/page_info/website_settings_infobar_delegate.cc b/chrome/browser/ui/page_info/website_settings_infobar_delegate.cc
index 15a6f51df62e69ff3dd294dbaa95601dd0bb3aa0..04beadcaa10898e7345fb2e418c7829898ab5819 100644
--- a/chrome/browser/ui/page_info/website_settings_infobar_delegate.cc
+++ b/chrome/browser/ui/page_info/website_settings_infobar_delegate.cc
@@ -23,14 +23,12 @@ void WebsiteSettingsInfoBarDelegate::Create(InfoBarService* infobar_service) {
}
WebsiteSettingsInfoBarDelegate::WebsiteSettingsInfoBarDelegate()
- : ConfirmInfoBarDelegate() {
-}
+ : ConfirmInfoBarDelegate() {}
-WebsiteSettingsInfoBarDelegate::~WebsiteSettingsInfoBarDelegate() {
-}
+WebsiteSettingsInfoBarDelegate::~WebsiteSettingsInfoBarDelegate() {}
-infobars::InfoBarDelegate::Type
-WebsiteSettingsInfoBarDelegate::GetInfoBarType() const {
+infobars::InfoBarDelegate::Type WebsiteSettingsInfoBarDelegate::GetInfoBarType()
+ const {
return PAGE_ACTION_TYPE;
}

Powered by Google App Engine
This is Rietveld 408576698