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

Unified Diff: content/public/browser/navigation_entry.h

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 | « content/public/browser/navigation_controller.cc ('k') | content/public/browser/page_navigator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_entry.h
diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h
index 6d69b0de4bc2557aa36a60cba1497133abe08635..de8ee49b7add06bfed36914d9962f00f1972d71e 100644
--- a/content/public/browser/navigation_entry.h
+++ b/content/public/browser/navigation_entry.h
@@ -11,9 +11,9 @@
#include "base/strings/string16.h"
#include "base/time/time.h"
#include "content/common/content_export.h"
-#include "content/public/common/page_transition_types.h"
#include "content/public/common/page_type.h"
#include "content/public/common/referrer.h"
+#include "ui/base/page_transition_types.h"
class GURL;
@@ -110,8 +110,8 @@ class NavigationEntry {
// The transition type indicates what the user did to move to this page from
// the previous page.
- virtual void SetTransitionType(content::PageTransition transition_type) = 0;
- virtual content::PageTransition GetTransitionType() const = 0;
+ virtual void SetTransitionType(ui::PageTransition transition_type) = 0;
+ virtual ui::PageTransition GetTransitionType() const = 0;
// The user typed URL was the URL that the user initiated the navigation
// with, regardless of any redirects. This is used to generate keywords, for
« no previous file with comments | « content/public/browser/navigation_controller.cc ('k') | content/public/browser/page_navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698