Index: components/printing/test/print_web_view_helper_browsertest.cc |
diff --git a/components/printing/test/print_web_view_helper_browsertest.cc b/components/printing/test/print_web_view_helper_browsertest.cc |
index 315a043da87d5858b11ab10b835996657ae25039..bfdc311dd9d30d1d55ece307ef1530853239cff9 100644 |
--- a/components/printing/test/print_web_view_helper_browsertest.cc |
+++ b/components/printing/test/print_web_view_helper_browsertest.cc |
@@ -161,9 +161,9 @@ class PrintWebViewHelperTestBase : public content::RenderViewTest { |
// Verify the page count is correct. |
void VerifyPageCount(int count) { |
#if defined(OS_CHROMEOS) |
-// The DidGetPrintedPagesCount message isn't sent on ChromeOS. Right now we |
-// always print all pages, and there are checks to that effect built into |
-// the print code. |
+ // The DidGetPrintedPagesCount message isn't sent on ChromeOS. Right now we |
+ // always print all pages, and there are checks to that effect built into |
+ // the print code. |
#else |
const IPC::Message* page_cnt_msg = |
render_thread_->sink().GetUniqueMessageMatching( |