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

Unified Diff: chrome/browser/ui/views/profiles/profile_reset_bubble_view.cc

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/views/profiles/profile_reset_bubble_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_reset_bubble_view.cc b/chrome/browser/ui/views/profiles/profile_reset_bubble_view.cc
index 2b039f2f0956a02d5333b97ece9cd3096e148265..0cf103e12d3a7b52658646202aa5e3d8b5b1c793 100644
--- a/chrome/browser/ui/views/profiles/profile_reset_bubble_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_reset_bubble_view.cc
@@ -423,7 +423,7 @@ void ProfileResetBubbleView::LinkClicked(views::Link* source, int flags) {
base::UserMetricsAction("SettingsResetBubble.LearnMore"));
navigator_->OpenURL(content::OpenURLParams(
GURL(chrome::kResetProfileSettingsLearnMoreURL), content::Referrer(),
- NEW_FOREGROUND_TAB, content::PAGE_TRANSITION_LINK, false));
+ NEW_FOREGROUND_TAB, ui::PAGE_TRANSITION_LINK, false));
}
void ProfileResetBubbleView::CloseBubbleView() {
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc ('k') | chrome/browser/ui/views/sad_tab_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698