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

Unified Diff: content/common/view_messages.h

Issue 8253002: Move PageTransition into content namespace. While I'm touching all these files, I've also updated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/resource_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
===================================================================
--- content/common/view_messages.h (revision 105162)
+++ content/common/view_messages.h (working copy)
@@ -12,7 +12,6 @@
#include "content/common/css_colors.h"
#include "content/common/edit_command.h"
#include "content/common/navigation_gesture.h"
-#include "content/common/page_transition_types.h"
#include "content/common/page_zoom.h"
#include "content/common/renderer_preferences.h"
#include "content/common/view_message_enums.h"
@@ -390,7 +389,7 @@
IPC_STRUCT_MEMBER(GURL, referrer)
// The type of transition.
- IPC_STRUCT_MEMBER(PageTransition::Type, transition)
+ IPC_STRUCT_MEMBER(content::PageTransition, transition)
// Lists the redirects that occurred on the way to the current page. This
// vector has the same format as reported by the WebDataSource in the glue,
@@ -617,7 +616,7 @@
IPC_STRUCT_MEMBER(GURL, referrer)
// The type of transition.
- IPC_STRUCT_MEMBER(PageTransition::Type, transition)
+ IPC_STRUCT_MEMBER(content::PageTransition, transition)
// Opaque history state (received by ViewHostMsg_UpdateState).
IPC_STRUCT_MEMBER(std::string, state)
« no previous file with comments | « content/common/resource_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698