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

Unified Diff: chrome/renderer/print_web_view_helper_browsertest.cc

Issue 11745025: Cleanup: Fix a bunch of lint errors in chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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
Index: chrome/renderer/print_web_view_helper_browsertest.cc
===================================================================
--- chrome/renderer/print_web_view_helper_browsertest.cc (revision 175088)
+++ chrome/renderer/print_web_view_helper_browsertest.cc (working copy)
@@ -223,7 +223,7 @@
// Try again as if user initiated, without resetting the print count.
chrome_render_thread_->printer()->ResetPrinter();
LoadHTML(kPrintOnUserAction);
- gfx::Size new_size(200,100);
+ gfx::Size new_size(200, 100);
Resize(new_size, gfx::Rect(), false);
gfx::Rect bounds = GetElementBounds("print");
« no previous file with comments | « chrome/renderer/prerender/prerender_webmediaplayer.cc ('k') | chrome/renderer/safe_browsing/malware_dom_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698