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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.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/apps/app_info_dialog/app_info_header_panel.cc
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc b/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc
index 5d9bc990fdf08b5e99f0d96dc6776e82596158fe..f09a377143120af0a79f1e830524bb3bd894c728 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc
@@ -173,7 +173,7 @@ void AppInfoHeaderPanel::ShowAppInWebStore() const {
net::AppendQueryParameter(url,
extension_urls::kWebstoreSourceField,
extension_urls::kLaunchSourceAppListInfoDialog),
- content::PAGE_TRANSITION_LINK);
+ ui::PAGE_TRANSITION_LINK);
chrome::Navigate(&params);
}
@@ -198,7 +198,7 @@ void AppInfoHeaderPanel::DisplayLicenses() {
GURL about_page = extensions::ManifestURL::GetAboutPage(imported_module);
DCHECK(about_page != GURL::EmptyGURL());
chrome::NavigateParams params(
- profile_, about_page, content::PAGE_TRANSITION_LINK);
+ profile_, about_page, ui::PAGE_TRANSITION_LINK);
chrome::Navigate(&params);
}
« no previous file with comments | « chrome/browser/ui/views/accessibility/invert_bubble_view.cc ('k') | chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698