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

Unified Diff: chrome/common/print_messages.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « chrome/common/localized_error.cc ('k') | chrome/common/print_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index fe519fdd6d9d3c3a3ed27bb5190fb3b11d0522b4..dc9248b59da2eb244b877a862a27f42efdfb7dfc 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -42,7 +42,7 @@ struct PrintMsg_Print_Params {
int32 preview_ui_id;
int preview_request_id;
bool is_first_request;
- WebKit::WebPrintScalingOption print_scaling_option;
+ blink::WebPrintScalingOption print_scaling_option;
bool print_to_pdf;
bool display_header_footer;
string16 title;
@@ -75,7 +75,7 @@ struct PrintHostMsg_RequestPrintPreview_Params {
#define IPC_MESSAGE_START PrintMsgStart
IPC_ENUM_TRAITS(printing::MarginType)
-IPC_ENUM_TRAITS(WebKit::WebPrintScalingOption)
+IPC_ENUM_TRAITS(blink::WebPrintScalingOption)
// Parameters for a render request.
IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params)
« no previous file with comments | « chrome/common/localized_error.cc ('k') | chrome/common/print_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698