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

Unified Diff: chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/chromeos/profiles/multiprofiles_intro_dialog.cc
diff --git a/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc b/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
index cb27f429b582c1dbc26e1475dd8638853e9287b8..eb82189f75ae3bc3112c0c2ed8ee974d5340ced4 100644
--- a/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
+++ b/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
@@ -104,9 +104,9 @@ gfx::Size MultiprofilesIntroView::GetPreferredSize() const {
}
void MultiprofilesIntroView::InitDialog() {
- SetBorder(views::Border::CreateEmptyBorder(views::kPanelVertMargin,
- views::kButtonHEdgeMarginNew, 0,
- views::kButtonHEdgeMarginNew));
+ SetBorder(views::CreateEmptyBorder(views::kPanelVertMargin,
+ views::kButtonHEdgeMarginNew, 0,
+ views::kButtonHEdgeMarginNew));
SetLayoutManager(new views::FillLayout());
// Explanation string
« no previous file with comments | « chrome/browser/chromeos/power/idle_action_warning_dialog_view.cc ('k') | chrome/browser/chromeos/ui/echo_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698