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

Unified Diff: athena/content/render_view_context_menu_impl.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
« no previous file with comments | « ash/screensaver/screensaver_view.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/render_view_context_menu_impl.cc
diff --git a/athena/content/render_view_context_menu_impl.cc b/athena/content/render_view_context_menu_impl.cc
index 6c2f2b60a5be0d55c89d2db1905da73beeab8ea6..82f6098e8b2b8ea2a78ecd532ed2f7639eb673c7 100644
--- a/athena/content/render_view_context_menu_impl.cc
+++ b/athena/content/render_view_context_menu_impl.cc
@@ -226,7 +226,7 @@ void RenderViewContextMenuImpl::ExecuteCommand(int command_id,
params_.link_url,
params_.frame_url.is_empty() ? params_.page_url : params_.frame_url,
NEW_FOREGROUND_TAB,
- content::PAGE_TRANSITION_LINK);
+ ui::PAGE_TRANSITION_LINK);
break;
// Editable
« no previous file with comments | « ash/screensaver/screensaver_view.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698