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

Unified Diff: content/common/resource_messages.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/common/frame_messages.h ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index ed00934e28a14b69dc4cb1a4babb65c2eeca0ea1..161fea88ce466502ceb5604235dacb97cf7e85be 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -216,7 +216,7 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
// -1 if unknown / invalid.
IPC_STRUCT_MEMBER(int, parent_render_frame_id)
- IPC_STRUCT_MEMBER(content::PageTransition, transition_type)
+ IPC_STRUCT_MEMBER(ui::PageTransition, transition_type)
// For navigations, whether this navigation should replace the current session
// history entry on commit.
« no previous file with comments | « content/common/frame_messages.h ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698