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

Unified Diff: content/public/browser/load_notification_details.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/download_item.h ('k') | content/public/browser/navigation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/load_notification_details.h
diff --git a/content/public/browser/load_notification_details.h b/content/public/browser/load_notification_details.h
index 70efdd8b226d8d6be8ef0025291f4201af65e256..22af84cab69804f525abfe70827bec3ad8adecbc 100644
--- a/content/public/browser/load_notification_details.h
+++ b/content/public/browser/load_notification_details.h
@@ -7,7 +7,7 @@
#include "base/time/time.h"
#include "content/public/browser/navigation_controller.h"
-#include "content/public/common/page_transition_types.h"
+#include "ui/base/page_transition_types.h"
#include "url/gurl.h"
namespace content {
@@ -17,7 +17,7 @@ namespace content {
// log page load metrics.
struct LoadNotificationDetails {
LoadNotificationDetails(const GURL& url,
- PageTransition origin,
+ ui::PageTransition origin,
base::TimeDelta load_time,
NavigationController* controller,
int session_index)
@@ -37,7 +37,7 @@ struct LoadNotificationDetails {
int session_index;
// The type of action that caused the load.
- PageTransition origin;
+ ui::PageTransition origin;
// The NavigationController for the load.
NavigationController* controller;
« no previous file with comments | « content/public/browser/download_item.h ('k') | content/public/browser/navigation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698