Remove "layouttest" or "layout test" in //content

They are renamed to "webtest" or "web test".
This CL has no behavior changes.

[email protected], [email protected]

Bug: 843412
Change-Id: Ifdd22e1bfd10e727e17c2035b3faf1ae4fec1400
Reviewed-on: https://chromium-review.googlesource.com/c/1367391
Commit-Queue: Kent Tamura <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Cr-Commit-Position: refs/heads/master@{#615044}
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 1b46ab3..8cdd01be 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -279,7 +279,7 @@
 
   blink::AssociatedInterfaceRegistry* GetAssociatedInterfaceRegistry();
 
-  std::unique_ptr<cc::SwapPromise> RequestCopyOfOutputForLayoutTest(
+  std::unique_ptr<cc::SwapPromise> RequestCopyOfOutputForWebTest(
       int32_t widget_routing_id,
       std::unique_ptr<viz::CopyOutputRequest> request);
 
@@ -293,7 +293,7 @@
   // Returns whether we are running web tests with display compositor for
   // pixel dump enabled. It is meant to disable feature that require display
   // compositor while it is not enabled by default.
-  // This should only be called if currently running in layout tests.
+  // This should only be called if currently running in web tests.
   bool WebTestModeUsesDisplayCompositorPixelDump() const {
     DCHECK(web_test_deps_);
     return web_test_deps_->UseDisplayCompositorPixelDump();