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

Unified Diff: third_party/WebKit/Source/core/page/PrintContextTest.cpp

Issue 2715173002: Final rename from FrameLoaderClient to LocalFrameClient: (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/page/PrintContextTest.cpp
diff --git a/third_party/WebKit/Source/core/page/PrintContextTest.cpp b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
index 26bb950f0bfb5b7f06eee6f06249b329a9ef8865..b0772f955899dcca88c12fe18305e4e0c0e0cb11 100644
--- a/third_party/WebKit/Source/core/page/PrintContextTest.cpp
+++ b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
@@ -73,8 +73,8 @@ class MockCanvas : public SkCanvas {
class PrintContextTest : public RenderingTest {
protected:
- explicit PrintContextTest(FrameLoaderClient* frameLoaderClient = nullptr)
- : RenderingTest(frameLoaderClient) {}
+ explicit PrintContextTest(LocalFrameClient* localFrameClient = nullptr)
+ : RenderingTest(localFrameClient) {}
void SetUp() override {
RenderingTest::SetUp();
« no previous file with comments | « third_party/WebKit/Source/core/loader/PingLoaderTest.cpp ('k') | third_party/WebKit/Source/core/paint/VideoPainterTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698