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

Unified Diff: chrome/renderer/mock_printer.cc

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/renderer/mock_printer.h ('k') | chrome/renderer/net/net_error_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/mock_printer.cc
diff --git a/chrome/renderer/mock_printer.cc b/chrome/renderer/mock_printer.cc
index d7a5c3ffe3885bebce57487f86397e11646087a2..b2450c3a85892a61b295940dfb4f66d640766545 100644
--- a/chrome/renderer/mock_printer.cc
+++ b/chrome/renderer/mock_printer.cc
@@ -70,7 +70,7 @@ MockPrinter::MockPrinter()
is_first_request_(true),
print_to_pdf_(false),
preview_request_id_(0),
- print_scaling_option_(WebKit::WebPrintScalingOptionSourceSize),
+ print_scaling_option_(blink::WebPrintScalingOptionSourceSize),
display_header_footer_(false),
title_(ASCIIToUTF16("title")),
url_(ASCIIToUTF16("url")),
« no previous file with comments | « chrome/renderer/mock_printer.h ('k') | chrome/renderer/net/net_error_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698